# APICK (remote · apick.app)

APICK Korean data, OCR, search, conversion, image and video generation, and asynchronous TTS

- Trust score: 76/100 (medium)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

> **Recent critical change**: Authorization (2026-09-01). See the changelog below before you install this server.

## Components

- remote · `apick.app`: 76/100 (this document), [markdown](https://verifymcp.io/servers/app-apick-all/mcp-all.md), [page](https://verifymcp.io/servers/app-apick-all/mcp-all)
- npm · `apick-mcp`: 39/100, [markdown](https://verifymcp.io/servers/app-apick-all/apick-mcp.md), [page](https://verifymcp.io/servers/app-apick-all/apick-mcp)

## Channel facts

- Endpoint: `https://apick.app/mcp/all`
- Transports: `streamable-http`
- Auth: `none`
- Version: `3.4.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (tts_jobs_cancel).
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 69/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 18232 tokens (~189/item across 96 items; 96 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 95/100
  - Stability check failed: schema churn in the 30 days we've observed: 3 tool removals, 2 breaking changes, 0 auth/transport breaks, 19 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 83/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 1 of 3 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "pdf_merge" implies "merge" and declares readOnlyHint instead, contradicting what its own name says it does.
  - An AI judge read all 96 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the APICK MCP server?

APICK is a hosted endpoint at https://apick.app/mcp/all, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http app-apick-all 'https://apick.app/mcp/all'
```

### Cursor

```json
{
  "mcpServers": {
    "app-apick-all": {
      "url": "https://apick.app/mcp/all"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "app-apick-all": {
      "type": "http",
      "url": "https://apick.app/mcp/all"
    }
  }
}
```

### Codex

```toml
[mcp_servers.app-apick-all]
url = "https://apick.app/mcp/all"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "app-apick-all": {
      "type": "remote",
      "url": "https://apick.app/mcp/all",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add app-apick-all --url 'https://apick.app/mcp/all' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  app-apick-all:
    url: "https://apick.app/mcp/all"
```

### Netclaw

```json
{
  "McpServers": {
    "app-apick-all": {
      "Transport": "http",
      "Url": "https://apick.app/mcp/all"
    }
  }
}
```

### Vellum

```bash
assistant mcp add app-apick-all -t streamable-http -u 'https://apick.app/mcp/all'
```

### Other

```json
{
  "mcpServers": {
    "app-apick-all": {
      "type": "http",
      "url": "https://apick.app/mcp/all"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 76, +1)

- [security] Tool “check_phone_valid” rewrote its description, which is the text the model reads
- [security] Tool “tts_jobs_create” rewrote its description, which is the text the model reads
- [cosmetic] “check_phone_valid” dropped the optional parameter “search_hlr”

### 2026-09-19 (score 75, −1)

- [security regression] A breaking change shipped without a version bump: still 0.0.1
- [security regression] Tool “check_pccc” was removed
- [security] Tool “get_pccc” rewrote its description, which is the text the model reads
- [security] Tool “req_pccc” rewrote its description, which is the text the model reads
- [functional regression] “req_pccc” added a required parameter “provider”, so existing callers break
- [functional regression] “req_pccc” added a required parameter “birthday”, so existing callers break
- [functional regression] “get_pccc” added a required parameter “tx_id”, so existing callers break
- [functional regression] “get_pccc” dropped the required parameter “answer”
- [functional regression] “get_pccc” dropped the required parameter “auth_key”
- [functional regression] “req_pccc” dropped the required parameter “rrn1”
- [functional regression] “req_pccc” dropped the required parameter “rrn2”

### 2026-09-15 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 92 to 95.

### 2026-09-14 (score 75, −1)

- [security] Tool “kling_jobs_create” rewrote its description, which is the text the model reads
- [security] Tool “seedance_jobs_create” rewrote its description, which is the text the model reads
- [security] Tool “veo_jobs_create” rewrote its description, which is the text the model reads
- [security] Tool “identi_card2” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 150 → 188
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_audio_url_2”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_audio_url_4”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_audio_url_5”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_audio_url_8”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_audio_url_7”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_audio_url_6”
- [cosmetic] “kling_jobs_create” added an optional parameter “reference_image_url_4”
- [cosmetic] “kling_jobs_create” added an optional parameter “reference_image_url_5”
- [cosmetic] “kling_jobs_create” added an optional parameter “reference_image_url_6”
- [cosmetic] “kling_jobs_create” added an optional parameter “reference_image_url_7”
- [cosmetic] “kling_jobs_create” added an optional parameter “reference_video_url”
- [cosmetic] “kling_jobs_create” added an optional parameter “reference_video_url_2”
- [cosmetic] “kling_jobs_create” added an optional parameter “reference_video_url_3”
- [cosmetic] “kling_jobs_create” added an optional parameter “reference_video_url_4”
- [cosmetic] “kling_jobs_create” added an optional parameter “version”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_audio_url”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_audio_url_10”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_audio_url_3”
- [cosmetic] “veo_jobs_create” added an optional parameter “version”
- [cosmetic] “seedance_jobs_create” added an optional parameter “version”
- [cosmetic] “seedance_jobs_create” added an optional parameter “tier”
- [cosmetic] “seedance_jobs_create” added an optional parameter “seed”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_video_url_9”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_video_url_8”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_video_url_7”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_video_url_6”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_video_url_5”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_video_url_4”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_video_url_3”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_video_url_2”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_video_url_10”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_9”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_8”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_7”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_6”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_5”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_4”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_30”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_29”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_28”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_27”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_26”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_25”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_24”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_23”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_22”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_21”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_20”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_19”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_18”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_17”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_16”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_15”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_14”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_13”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_12”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_11”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_image_url_10”
- [cosmetic] “seedance_jobs_create” added an optional parameter “reference_audio_url_9”
- [cosmetic] “kling_jobs_create” reworded the description of “aspect_ratio”
- [cosmetic] “kling_jobs_create” reworded the description of “audio”
- [cosmetic] “kling_jobs_create” reworded the description of “duration”
- [cosmetic] “kling_jobs_create” reworded the description of “resolution”
- [cosmetic] “kling_jobs_create” reworded the description of “tier”
- [cosmetic] “seedance_jobs_create” reworded the description of “aspect_ratio”
- [cosmetic] “seedance_jobs_create” reworded the description of “audio”
- [cosmetic] “seedance_jobs_create” reworded the description of “duration”
- [cosmetic] “seedance_jobs_create” reworded the description of “resolution”
- [cosmetic] “veo_jobs_create” reworded the description of “tier”
- [cosmetic] “veo_jobs_create” reworded the description of “resolution”
- [cosmetic] “veo_jobs_create” reworded the description of “duration”
- [cosmetic] “veo_jobs_create” reworded the description of “audio”
- [cosmetic] “veo_jobs_create” reworded the description of “aspect_ratio”
- [cosmetic] “identi_card2” reworded the description of “ghost_num”

### 2026-09-13 (score 76, −1)

- [functional regression] Schema quality: 12520 → 14636
- [functional] New tool “kling_jobs_create”
- [functional] New tool “kling_jobs_status”
- [functional] New tool “seedance_jobs_create”
- [functional] New tool “seedance_jobs_status”
- [functional] New tool “veo_jobs_create”
- [functional] New tool “veo_jobs_status”

### 2026-09-09 (score 77, +1)

- [functional] New tool “tts_jobs_candidate_audio”
- [functional] New tool “tts_jobs_retry”
- [functional] New tool “tts_jobs_quality”

### 2026-09-07 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 85 to 88.

### 2026-09-05 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 78 to 82.

## MCP tools (96)

### `transfer_1won` (~162 tokens)

1원 인증

Send a 1 KRW verification deposit to a Korean bank account and return the 4-character verification code printed on the transaction. 대한민국 은행 계좌로 1원을 입금해 적요에 표시되는 인증코드를 반환합니다. 계좌 실소유 확인(1원 인증) 절차에 사용합니다. bank_code 또는 bank_name 중 하나는 입력해야 합니다. [호출당 60포인트]

Input parameters:

- `account_num` (string, required): 계좌번호 (숫자만, 하이픈 제외)
- `bank_code` (string): 은행 코드 (bank_code Tool로 조회 가능, 예: 004)
- `bank_name` (string): 은행명 (예: 국민). bank_code 대신 입력 가능

### `account_realname` (~131 tokens)

계좌 예금주 실명 조회

Look up the account holder name of a Korean bank account. 대한민국 은행 계좌의 예금주명을 조회합니다. 송금 전 예금주 확인 등에 사용합니다. bank_code 또는 bank_name 중 하나는 입력해야 합니다. [호출당 60포인트]

Input parameters:

- `account_num` (string, required): 계좌번호 (숫자만, 하이픈 제외)
- `bank_code` (string): 은행 코드 (bank_code Tool로 조회 가능, 예: 004)
- `bank_name` (string): 은행명 (예: 국민). bank_code 대신 입력 가능

### `bank_code` (~55 tokens)

은행코드 조회

List Korean bank codes and names. 대한민국 은행 코드·은행명 전체 목록을 반환합니다. transfer_1won, account_realname Tool의 bank_code 입력값을 찾을 때 사용합니다. 무료입니다. [무료]

### `identi_card1` (~180 tokens)

[Text] 주민등록증 진위 확인

Verify the authenticity of a Korean resident registration card (jumin-deungnokjeung) using text input. 주민등록증의 기재 정보를 입력해 진위 여부를 확인합니다. name, rrn1, rrn2, date 네 항목을 모두 입력해야 하며, date는 숫자만 허용됩니다(예: 20230101). 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 40포인트]

Input parameters:

- `date` (string, required): 발급일자 (숫자만, 예: 20230101)
- `name` (string, required): 성명
- `rrn1` (string, required): 주민등록번호 앞 6자리
- `rrn2` (string, required): 주민등록번호 뒤 7자리

### `identi_card2` (~399 tokens)

[Text] 운전면허증 진위 확인

Check Korean driver license number and personal details. ghost_num is optional, may be empty, and is not used in the match decision. 운전면허번호와 인적사항을 조회합니다. birth_y, birth_m, birth_d, name과 licen_no0~licen_no3은 필수입니다. ghost_num(식별번호)은 생략·빈값·임의 문자열 모두 허용하며 전달값을 판정에 사용하지 않습니다. rrn1, rrn2도 선택 입력입니다. 암호일련번호 자체나 실물 면허증의 위·변조 여부는 검증하지 않습니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 40포인트]

Input parameters:

- `birth_d` (string, required): 생년월일 - 일 (예: 01)
- `birth_m` (string, required): 생년월일 - 월 (예: 01)
- `birth_y` (string, required): 생년월일 - 년 (예: 2000)
- `ghost_num` (string): 식별번호 (선택, 생략·빈값 허용, 전달값은 판정에 사용하지 않음)
- `licen_no0` (string, required): 면허번호 1구획 (예: 21)
- `licen_no1` (string, required): 면허번호 2구획 (예: 19)
- `licen_no2` (string, required): 면허번호 3구획 (예: 174133)
- `licen_no3` (string, required): 면허번호 4구획 (예: 01)
- `name` (string, required): 성명
- `rrn1` (string): 주민등록번호 앞 6자리 (선택)
- `rrn2` (string): 주민등록번호 뒤 7자리 (선택)

### `identi_card3` (~211 tokens)

[Text] 여권 진위 확인

Verify the authenticity of a Korean passport using text input. 여권의 기재 정보를 입력해 진위 여부를 확인합니다. name, pass_num, made_date, exp_date, birth_date 다섯 항목을 모두 입력해야 하며, 일자 세 항목은 숫자만 허용됩니다(예: 20230101). 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 40포인트]

Input parameters:

- `birth_date` (string, required): 생년월일 (숫자만, 예: 20000101)
- `exp_date` (string, required): 만료일자 (숫자만, 예: 20330101)
- `made_date` (string, required): 발급일자 (숫자만, 예: 20230101)
- `name` (string, required): 성명
- `pass_num` (string, required): 여권번호 (예: M00000000)

### `identi_card4` (~254 tokens)

[Text] 주민등록등본 진위 확인

Verify the authenticity of a Korean resident registration certificate (jumin-deungnok-deungbon) using text input. 주민등록등본의 문서확인번호로 진위 여부를 확인합니다. 문서확인번호 16자리를 4자리씩 나눈 doc_num1~doc_num4와 발급 종류 type(1: 정부24 발급, 2: 기타 발급)은 필수이며, name(성명)은 선택 입력입니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 40포인트]

Input parameters:

- `doc_num1` (string, required): 문서확인번호 1구획 (4자리)
- `doc_num2` (string, required): 문서확인번호 2구획 (4자리)
- `doc_num3` (string, required): 문서확인번호 3구획 (4자리)
- `doc_num4` (string, required): 문서확인번호 4구획 (4자리)
- `name` (string): 성명
- `type` (string, required): 발급 종류 (1: 정부24 발급, 2: 기타 발급)

### `identi_card5` (~230 tokens)

[Text] 외국인등록증 진위 확인

Verify the authenticity of a Korean alien registration card (residence card) using text input. 외국인등록증의 기재 정보를 입력해 진위 여부를 확인합니다. rrn(외국인등록번호 13자리)과 made_date(발급일자 10자리, 예: 2020-01-01)는 필수이며, card_sn(뒷면 일련번호)은 입력 시 11자리여야 하고 2011-01-01 이후 발급된 등록증은 필수입니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 40포인트]

Input parameters:

- `card_sn` (string): 뒷면 일련번호 (11자리). 2011-01-01 이후 발급분은 필수
- `made_date` (string, required): 발급일자 (10자리, 예: 2020-01-01)
- `rrn` (string, required): 외국인등록번호 (숫자 13자리)

### `identi_card_image1` (~128 tokens)

[Image/PDF] 주민등록증 진위 확인

Verify the authenticity of a Korean resident registration card from an image or PDF file. 주민등록증 이미지 또는 PDF 파일을 업로드하면 기재 정보를 자동 인식해 진위 여부를 확인합니다. 텍스트 입력 없이 파일 하나만 전달하면 됩니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 60포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png, application/pdf) (최대 50MB)

### `identi_card_image2` (~129 tokens)

[Image/PDF] 운전면허증 진위 확인

Verify the authenticity of a Korean driver license from an image or PDF file. 운전면허증 이미지 또는 PDF 파일을 업로드하면 기재 정보를 자동 인식해 진위 여부를 확인합니다. 텍스트 입력 없이 파일 하나만 전달하면 됩니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 60포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png, application/pdf) (최대 50MB)

### `identi_card_image3` (~129 tokens)

[Image/PDF] 여권 진위 확인

Verify the authenticity of a Korean passport from an image or PDF file. 여권 인적사항면 이미지 또는 PDF 파일을 업로드하면 기재 정보를 자동 인식해 진위 여부를 확인합니다. 텍스트 입력 없이 파일 하나만 전달하면 됩니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 60포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png, application/pdf) (최대 50MB)

### `identi_card_image4` (~135 tokens)

[Image/PDF] 주민등록등본 진위 확인

Verify the authenticity of a Korean resident registration certificate from an image or PDF file. 주민등록등본 이미지 또는 PDF 파일을 업로드하면 문서확인번호 등 기재 정보를 자동 인식해 진위 여부를 확인합니다. 텍스트 입력 없이 파일 하나만 전달하면 됩니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 60포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png, application/pdf) (최대 50MB)

### `identi_card_image5` (~192 tokens)

[Image/PDF] 외국인등록증 진위 확인

Verify the authenticity of a Korean alien registration card (residence card) from an image or PDF file. 외국인등록증 이미지 또는 PDF 파일을 업로드하면 기재 정보를 자동 인식해 진위 여부를 확인합니다. card_sn(뒷면 일련번호 11자리)은 선택 입력이며, 2011-01-01 이후 발급된 등록증은 필수입니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 60포인트]

Input parameters:

- `card_sn` (string): 뒷면 일련번호 (11자리). 2011-01-01 이후 발급분은 필수
- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png, application/pdf) (최대 50MB)

### `name_rrn_auth` (~151 tokens)

성명/주민등록번호 실명확인

Verify that a Korean name and resident registration number (RRN) match a real registered person. 성명과 주민등록번호의 일치 여부(실명 존재 여부)를 확인합니다. name, rrn1(앞 6자리), rrn2(뒤 7자리)를 모두 입력해야 합니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 50포인트]

Input parameters:

- `name` (string, required): 한글 성명
- `rrn1` (string, required): 주민등록번호 앞 6자리 숫자
- `rrn2` (string, required): 주민등록번호 뒤 7자리 숫자

### `hide_rrn` (~207 tokens)

개인정보 마스킹(주민등록번호)

Mask resident registration numbers found in an image and return the masked image. 이미지에서 주민등록번호를 인식해 지정한 방식으로 가린 이미지를 반환합니다. 이미지 파일과 type(1: 주민등록번호 전체 가림, 2: 뒷자리 전체 가림, 3: 뒷자리 첫 숫자 제외 가림, 4: 주민등록번호와 주소 가림)을 모두 입력해야 합니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 20포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png) (최대 50MB)
- `type` (string, required): 가림 처리 타입 (1: 주민등록번호 전체, 2: 뒷자리 전체, 3: 뒷자리 첫 숫자 제외, 4: 주민등록번호+주소)

### `identity_document_residence_card` (~204 tokens)

외국인등록증 개인정보 마스킹

Extract key fields from a Korean residence card, permanent resident card, or overseas Korean resident card image and mask the last 6 digits of the registration or domestic residence report number. 외국인등록증·영주증·외국국적동포 국내거소신고증 이미지에서 지정 정보를 추출하고 등록번호 또는 거소신고번호 뒷자리 6자리를 마스킹한 이미지를 함께 반환합니다. 한 번에 신분증 한 장이 포함된 PNG 또는 JPEG 이미지만 전달해야 하며, 마스킹된 이미지는 JSON 응답의 masked_image 필드에 base64로 포함됩니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 30포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png) (최대 50MB)

### `identity_document_passport` (~164 tokens)

여권 개인정보 마스킹

Extract key fields from a passport image and mask the passport number and MRZ area. 여권 인적사항면 이미지에서 지정 정보를 추출하고 여권번호 및 MRZ 영역을 마스킹한 이미지를 함께 반환합니다. MRZ 2줄이 포함되도록 촬영한 PNG 또는 JPEG 이미지 파일 하나만 전달하면 되며, 마스킹된 이미지는 JSON 응답의 masked_image 필드에 base64로 포함됩니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 30포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png) (최대 50MB)

### `identity_document_id_card` (~157 tokens)

주민등록증 개인정보 마스킹

Extract key fields from a Korean resident registration card image and mask the last 6 digits of the RRN. 주민등록증 이미지에서 지정 정보를 추출하고 주민등록번호 뒷자리 6자리를 마스킹한 이미지를 함께 반환합니다. PNG 또는 JPEG 이미지 파일 하나만 전달하면 되며, 마스킹된 이미지는 JSON 응답의 masked_image 필드에 base64로 포함됩니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 30포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png) (최대 50MB)

### `identity_document_driver_license` (~167 tokens)

운전면허증 개인정보 마스킹

Extract key fields from a Korean driver license image and mask the last 6 digits of the RRN. 운전면허증(주민등록번호 표기형) 이미지에서 지정 정보를 추출하고 주민등록번호 뒷자리 6자리를 마스킹한 이미지를 함께 반환합니다. PNG 또는 JPEG 이미지 파일 하나만 전달하면 되며, 마스킹된 이미지는 JSON 응답의 masked_image 필드에 base64로 포함됩니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 30포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png) (최대 50MB)

### `ocr` (~97 tokens)

이미지 텍스트 추출(OCR)

Extract text from an image file (OCR). 이미지 파일에서 텍스트를 추출해 전체 텍스트(full_text)를 반환합니다. 문서 사진, 스캔 이미지, 캡처 화면 등 범용 이미지에 사용합니다. [호출당 12포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg) (최대 50MB)

### `ocr_identi1` (~129 tokens)

주민등록증 텍스트 추출(OCR)

Extract key fields from a Korean resident registration card (jumin card) image via OCR. 주민등록증 사진에서 이름, 주민등록번호, 주소, 발급일자 등 주요 정보를 추출해 구조화된 결과와 원문 텍스트(raw_text)를 반환합니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 12포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg) (최대 50MB)

### `ocr_identi2` (~123 tokens)

운전면허증 텍스트 추출(OCR)

Extract key fields from a Korean driver license image via OCR. 운전면허증 사진에서 이름, 면허번호, 생년월일 등 주요 정보를 추출해 구조화된 결과와 원문 텍스트(raw_text)를 반환합니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 12포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg) (최대 50MB)

### `ocr_identi3` (~128 tokens)

여권 텍스트 추출(OCR)

Extract key fields from a passport image via OCR. 여권 사진에서 이름, 여권번호, 발급일자, 만료일자, 생년월일 등 주요 정보를 추출해 구조화된 결과와 원문 텍스트(raw_text)를 반환합니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 12포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg) (최대 50MB)

### `ocr_identi4` (~119 tokens)

주민등록등본 텍스트 추출(OCR)

Extract key fields from a Korean certified copy of resident registration (deungbon) image via OCR. 주민등록등본 사진에서 주요 정보를 추출해 구조화된 결과와 원문 텍스트(raw_text)를 반환합니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 12포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg) (최대 50MB)

### `ocr_identi5` (~131 tokens)

외국인등록증 텍스트 추출(OCR)

Extract key fields from a Korean alien registration card (residence card) image via OCR. 외국인등록증 사진에서 이름, 외국인등록번호, 발급일자 등 주요 정보를 추출해 구조화된 결과와 원문 텍스트(raw_text)를 반환합니다. 정보주체의 동의 등 적법한 처리 근거를 확보한 경우에만 사용하십시오. [호출당 12포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg) (최대 50MB)

### `biz_detail` (~118 tokens)

사업자 정보 조회

Look up general status information of a Korean business by its 10-digit business registration number. 사업자등록번호로 해당 사업자의 일반 현황 정보(대표자, 주소, 직원수, 설립일, 업종, 업태, 종목, 연락처, 사업자상태, 과세유형 등)를 조회합니다. [호출당 50포인트]

Input parameters:

- `biz_no` (string, required): 사업자등록번호 (숫자 10자리, 하이픈 제외, 예: 4398700761)

### `venture_biz_info` (~96 tokens)

벤처기업 정보조회

Look up venture company information of a Korean business, including financial statements and investment data. 벤처기업을 대상으로 사업자 정보, 대차대조표, 손익계산서, 투자정보, 벤처기업확인정보를 조회합니다. [호출당 40포인트]

Input parameters:

- `biz_no` (string, required): 사업자등록번호 (숫자 10자리, 하이픈 제외)

### `land_rt_price` (~242 tokens)

부동산 실거래가 조회

Look up real estate transaction price records in Korea by region, property type, and year. 시/도·시/군/구, 부동산 유형, 년도를 지정해 부동산 실거래 이력을 조회합니다. addr1 값이 잘못되면 응답의 options 필드로 선택 가능한 지역 목록을 안내합니다. [호출당 100포인트]

Input parameters:

- `addr1` (string, required): 도/광역시/특별시 정식 명칭 (예: 서울특별시, 경기도, 부산광역시)
- `addr2` (string, required): 시/군/구 (예: 금천구)
- `type` (string, required): 유형 코드 A~H 중 하나. A:아파트, B:연립/다세대, C:단독/다가구, D:오피스텔, E:분양/입주권, F:상업/업무용, G:토지, H:공장/창고등
- `year` (string, required): 조회 년도 (1950 ~ 현재 년도, 예: 2025)

### `req_pccc` (~247 tokens)

개인통관고유부호 인증 요청

Request simple authentication (KakaoTalk, Toss, PASS, etc.) to retrieve a Korean Personal Customs Clearance Code (PCCC). 이름, 생년월일, 휴대전화번호와 간편인증 방식을 입력하면 해당 휴대폰으로 인증 요청이 발송되고, 응답을 기다리지 않고 tx_id 를 즉시 반환합니다. 인증 요청이 실제 발송된 접수 시점에 과금되며, 이미 대기 중인 요청을 다시 보내면 재발송 없이 기존 tx_id 를 반환하고 과금되지 않습니다. 사용자가 휴대폰에서 승인한 뒤 get_pccc 에 tx_id 를 넣어 결과를 확인하세요. [호출당 30포인트]

Input parameters:

- `birthday` (string, required): 생년월일 8자리 (YYYYMMDD)
- `name` (string, required): 이름
- `phone` (string, required): 휴대전화 번호 (본인 명의, 숫자만)
- `provider` (string, required): 간편인증 방식 (kakao, naver, toss, pass, samsung, kb, shinhan, hana, woori, ibk, nh, kakaobank, banksalad)

### `get_pccc` (~192 tokens)

개인통관고유부호 조회

Retrieve a Korean Personal Customs Clearance Code (PCCC) by transaction ID. req_pccc 로 받은 tx_id 를 입력하면 처리 상태를 확인합니다. 아직 승인 전이면 status 는 pending, message 는 "인증 대기중입니다." 이며 과금되지 않습니다. 승인이 끝나면 서버가 최종 정보를 조회해 DB에 저장하고 개인통관고유부호·주소와 함께 수집 시각 checked_at 을 반환하며 이때 과금됩니다. 조회는 정상 처리됐지만 발급된 부호가 없으면 message 는 "조회된 개인통관고유부호가 없습니다." 이고 과금되지 않습니다. 결과는 24시간 동안 재조회할 수 있고 재조회할 때마다 과금됩니다. [호출당 30포인트]

Input parameters:

- `tx_id` (string, required): req_pccc 응답의 트랜잭션 ID

### `get_car_flooding` (~117 tokens)

차량 침수차 여부 조회

Check whether a Korean vehicle has a flood damage record, by VIN or license plate number. 차대번호(VIN) 또는 차량번호로 자동차의 침수 이력 여부를 조회합니다. 중고차 구매 전 확인 등에 사용합니다. [호출당 10포인트]

Input parameters:

- `type` (string, required): 조회 종류. 1: 차대번호(VIN), 2: 차량번호
- `value` (string, required): 차대번호(type=1, 17자리) 또는 차량번호(type=2)

### `get_car_scrap` (~119 tokens)

차량 폐차사고처리 여부 조회

Check whether a Korean vehicle has a scrap/total-loss accident record, by VIN or license plate number. 차대번호(VIN) 또는 차량번호로 폐차사고처리 여부를 조회합니다. 중고차 구매 전 확인 등에 사용합니다. [호출당 10포인트]

Input parameters:

- `type` (string, required): 조회 종류. 1: 차대번호(VIN), 2: 차량번호
- `value` (string, required): 차대번호(type=1, 17자리) 또는 차량번호(type=2)

### `parcel_tracking` (~192 tokens)

택배 배송조회

Track a Korean parcel in real time by carrier code and tracking number. 택배사 코드와 운송장번호를 지정해 실시간 배송현황을 조회합니다. 결과는 저장하지 않고 매 호출마다 즉시 조회합니다. carrier 코드 예: cj(CJ대한통운), hanjin(한진택배), lotte(롯데택배), logen(로젠택배), epost-domestic(우체국택배) 등 — 전체 목록은 /rest/parcel_tracking_carriers(무료)에서 확인할 수 있고, 택배사를 모르면 parcel_tracking_auto Tool로 자동판별 조회하세요. [호출당 5포인트]

Input parameters:

- `carrier` (string, required): 택배사 코드 (예: cj, hanjin, lotte, logen, epost-domestic)
- `trackingNumber` (string, required): 운송장번호

### `parcel_tracking_auto` (~106 tokens)

택배 배송조회(자동)

Track a Korean parcel in real time with automatic carrier detection from the tracking number alone. 택배사 지정 없이 운송장번호만으로 택배사를 자동 판별해 실시간 배송현황을 조회합니다. 택배사를 이미 아는 경우에는 parcel_tracking Tool이 더 정확합니다. [호출당 10포인트]

Input parameters:

- `trackingNumber` (string, required): 운송장번호 (택배사 지정 없이 형식만으로 자동 판별)

### `check_email_valid` (~70 tokens)

이메일 유효성 검사

Validate email syntax, MX availability, and free or disposable domain status. 이메일 형식, MX 수신 가능 여부, 무료·일회용 메일 여부를 검사합니다. [호출당 10포인트]

Input parameters:

- `email` (string, required): 이메일 주소 (예: sample.user@gmail.com)

### `check_phone_valid` (~84 tokens)

전화번호 유효성 검사

Validate and format a phone number and check the carrier and line type. 전화번호 형식 검사와 통신사·회선유형 확인을 함께 제공합니다. 건당 40P. [호출당 40포인트]

Input parameters:

- `number` (string, required): 전화번호 (예: 01012341234, 해외는 +국가코드 형식)

### `check_spam_number` (~88 tokens)

스팸/광고/범죄 전화번호 조회

Check whether a phone number has been reported for spam, advertising, or criminal use in Korea. 스팸/광고/범죄에 사용된 전화번호인지 조회합니다. 수신 전화 필터링, 이상 거래 탐지 등에 사용합니다. [호출당 10포인트]

Input parameters:

- `number` (string, required): 전화번호 (예: 01012341234)

### `holiday_info` (~94 tokens)

공휴일 조회

Look up Korean public holidays for a given year and month. 해당 년월의 대한민국 공휴일 정보를 조회합니다. 영업일 계산, 일정 관리 등에 사용합니다. [호출당 3포인트]

Input parameters:

- `month` (string, required): 조회 월 (1 ~ 12, 예: 02)
- `year` (string, required): 조회 년도 (1900 ~ 2200, 예: 2024)

### `search_juso` (~119 tokens)

도로명주소 조회

Search Korean road-name addresses by keyword. 지번 또는 도로명 키워드로 도로명 주소를 검색합니다. 페이지당 10건씩 반환되며 total_count 필드로 전체 검색결과 개수를 확인할 수 있습니다. [호출당 2포인트]

Input parameters:

- `juso` (string, required): 검색할 주소 키워드 (지번, 도로명. 예: 디지털로)
- `page` (string): 검색 결과 조회 페이지 (기본값 1, 페이지당 10건)

### `info` (~46 tokens)

계정 정보 조회

Check your APICK account balance and status. 현재 인증 키에 연결된 APICK 계정의 잔여 포인트와 계정 상태 정보를 조회합니다. 무료입니다. [무료]

### `nslookup` (~78 tokens)

도메인으로 IP 조회

Resolve a domain name to its currently registered IP addresses (DNS lookup). 도메인에 현재 등록된 IP 주소 목록을 조회합니다. 도메인 형식이 아닌 값은 오류로 응답합니다. [호출당 1포인트]

Input parameters:

- `domain` (string, required): 검색할 도메인 (예: apick.app)

### `reverse_ip` (~78 tokens)

IP로 도메인 조회

Reverse IP lookup: list domains that have been hosted on a given IP address. 특정 IP에 등록된 도메인 이력 정보를 조회합니다. IP 주소 형식만 허용됩니다. [호출당 100포인트]

Input parameters:

- `ip` (string, required): 검색할 IP 주소 (예: 121.140.146.38)

### `location` (~80 tokens)

도메인/IP 위치 조회

Look up the geographic location of a domain or IP address. 도메인 또는 IP의 위치(지리 정보)를 조회합니다. 도메인을 입력하면 해당 도메인의 IP를 찾아 위치를 반환합니다. [호출당 30포인트]

Input parameters:

- `address` (string, required): 검색할 도메인 또는 IP (예: apick.app)

### `ip_history` (~81 tokens)

IP 변경 이력 조회

Look up the historical IP address changes of a domain. 도메인에 대한 IP 주소 변경 이력 정보를 조회합니다. 최상위 도메인 기준으로 조회되며 하위 도메인은 추적되지 않습니다. [호출당 100포인트]

Input parameters:

- `domain` (string, required): 검색할 도메인 (예: apick.app)

### `whois` (~104 tokens)

WHOIS 조회

WHOIS lookup for a domain or IP address, returning registration and ownership information. 특정 도메인 또는 IP의 WHOIS(등록·소유) 정보를 조회합니다. .kr/.한국 도메인, 국내 IP, AS번호(예: AS9318)는 KISA/KRNIC 원본 정보로 조회됩니다. [호출당 100포인트]

Input parameters:

- `address` (string, required): 검색할 도메인 또는 IP (예: apick.app)

### `url_html` (~77 tokens)

URL HTML 추출

Fetch a web page and return its rendered HTML source. 입력한 URL의 페이지를 열어 HTML을 추출해 반환합니다. 자바스크립트 렌더링이 필요한 페이지도 처리됩니다. [호출당 5포인트]

Input parameters:

- `url` (string, required): 페이지 URL (예: https://apick.app)

### `url_screenshot` (~67 tokens)

URL 화면캡처

Capture a screenshot of a web page and return it as a JPEG image. 입력한 URL의 화면을 캡처해 JPEG 이미지로 반환합니다. [호출당 5포인트]

Input parameters:

- `url` (string, required): 페이지 URL (예: https://www.naver.com/)

### `url_similarity` (~90 tokens)

URL 유사도 비교

Compare two web pages and judge how similar they are. 입력한 두 사이트 페이지의 유사 여부를 분석해 유사도 결과를 반환합니다. 피싱·복제 사이트 판별 등에 활용할 수 있습니다. [호출당 5포인트]

Input parameters:

- `url1` (string, required): 비교할 첫 번째 페이지 URL
- `url2` (string, required): 비교할 두 번째 페이지 URL

### `google_search` (~101 tokens)

구글 키워드 검색

Google keyword search: return web search results (link, title, snippet) for a keyword. 특정 키워드의 구글 검색 결과(링크·제목·요약)를 조회합니다. page 로 결과 페이지를 넘겨 가며 조회할 수 있습니다. [호출당 5포인트]

Input parameters:

- `keyword` (string, required): 검색할 키워드
- `page` (string): 검색 결과 조회 페이지 (기본값 1)

### `google_image_search` (~104 tokens)

구글 이미지 검색(키워드로 검색)

Google image search by keyword: return image results (image URL, source link, title). 특정 키워드의 구글 이미지 검색 결과(이미지 URL·출처 링크·제목)를 조회합니다. page 로 결과 페이지를 넘겨 가며 조회할 수 있습니다. [호출당 20포인트]

Input parameters:

- `keyword` (string, required): 검색할 키워드
- `page` (string): 검색 결과 조회 페이지 (기본값 1)

### `google_lens_search` (~116 tokens)

구글 렌즈 검색(이미지로 검색)

Reverse image search: upload an image and get visually matching web pages and labels. 이미지 파일을 업로드해 해당 이미지와 관련된 웹 페이지(링크·이미지·텍스트)와 라벨을 조회합니다. 이미지 형식 파일만 허용됩니다. [호출당 60포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png, image/webp, image/gif, image/bmp) (최대 50MB)

### `crawl_youtube` (~78 tokens)

유튜브 계정 정보 수집

Collect a YouTube channel profile and its latest uploaded videos. 유튜브 계정(채널) 정보와 최근 게시한 동영상 정보를 수집해 반환합니다. [호출당 40포인트]

Input parameters:

- `user_id` (string, required): 수집할 유튜브 사용자(채널) 아이디 (예: CNN)

### `download_youtube_video` (~93 tokens)

유튜브 동영상 다운로드

Download a publicly available YouTube video and return it as an MP4 file. 유튜브에 공개된 동영상을 MP4 파일로 다운로드해 반환합니다. 비공개·차단된 게시글은 실패로 응답합니다. [호출당 3포인트]

Input parameters:

- `url` (string, required): 유튜브 게시글 URL (예: https://www.youtube.com/watch?v=...)

### `stt` (~168 tokens)

오디오 텍스트 변환(STT)

Convert a speech audio file to text (STT). 음성 파일을 텍스트로 변환합니다. MP3, WAV, M4A, AAC, OGG, FLAC, WEBM 등 일반적인 오디오 포맷을 지원하며, 변환된 텍스트를 JSON으로 반환합니다. [호출당 50포인트]

Input parameters:

- `audio_url` (string, required): 다운로드 가능한 https URL (허용 형식: audio/mpeg, audio/mp3, audio/wav, audio/x-wav, audio/mp4, audio/aac, audio/ogg, audio/flac, audio/webm) (최대 200MB)
- `language` (string): 추출 언어 코드 (예: ko, en, ja). 기본값 ko

### `tts_jobs_create` (~113 tokens)

TTS 작업 접수

Create an asynchronous Korean narration job with one of 16 voices. 16개 한국어 내레이션 목소리 중 하나로 비동기 TTS 작업을 접수합니다. text는 최대 800자이며 접수 성공 시 과금되고 이후 취소해도 환불되지 않습니다. [100자당 10포인트]

Input parameters:

- `text` (string, required): 합성할 한국어 텍스트 (최대 800자)
- `voice_id` (string, required): 지원 voice_id

### `tts_jobs_status` (~70 tokens)

TTS 작업 상태 조회

Get the public status and result availability of a TTS job. TTS 작업의 waiting, processing, completed, cancelled, failed 상태와 MP3·ASS 자막 준비 여부를 조회합니다. [무료]

Input parameters:

- `job_id` (string, required): 작업 접수에서 받은 32자리 ID

### `tts_jobs_cancel` (~74 tokens)

TTS 작업 취소

Cancel a waiting or processing TTS job without refunding the accepted charge. waiting 또는 processing 상태의 TTS 작업을 취소합니다. 접수 시 과금된 금액은 환불되지 않습니다. [추가 과금 없음]

Input parameters:

- `job_id` (string, required): 취소할 32자리 ID

### `tts_jobs_result` (~80 tokens)

TTS MP3 결과 다운로드

Download the completed MP3 result once as base64. 완료된 TTS MP3 결과를 base64로 한 번 내려받습니다. 호출이 시작되면 서버 원본이 소모되므로 재실행할 수 없습니다. [추가 과금 없음]

Input parameters:

- `job_id` (string, required): completed 상태인 32자리 ID

### `tts_jobs_subtitles` (~87 tokens)

TTS ASS 자막 다운로드

Download the completed ASS subtitles once as base64. 완료된 TTS의 발화 타이밍 ASS 자막을 base64로 한 번 내려받습니다. 호출이 시작되면 자막 원본이 소모되므로 재실행할 수 없습니다. [추가 과금 없음]

Input parameters:

- `job_id` (string, required): completed 상태인 32자리 ID

### `tts_jobs_quality` (~59 tokens)

TTS 품질 이력

TTS 발화별 검수 결과와 후보 이력을 조회합니다. 종료 후 72시간 보존되며 최종 결과 다운로드를 소비하지 않습니다. [무료]

Input parameters:

- `job_id` (string, required): 소유한 작업 ID

### `tts_jobs_retry` (~94 tokens)

TTS 발화 재개

실패 발화만 같은 작업에서 재개합니다. 동일 멱등 키는 중복 실행·과금되지 않습니다. [추가 과금 없음]

Input parameters:

- `idempotency_key` (string, required): 동일 재개 요청에 재사용하는 키
- `job_id` (string, required): 소유한 작업 ID
- `utterance_ids` (array, required): u001부터 시작하는 실패 발화 ID 목록

### `tts_jobs_candidate_audio` (~74 tokens)

TTS 후보 음원

품질 이력의 후보 WAV를 조회합니다. 최종 결과의 일회 다운로드를 소비하지 않습니다. REST에서는 Range 재생을 지원합니다. [무료]

Input parameters:

- `candidate_id` (string, required): 품질 이력의 후보 ID
- `job_id` (string, required): 소유한 작업 ID

### `voice_change` (~183 tokens)

음성 변조

Modulate the voice in a video or audio file to a lower or higher pitch. 동영상 또는 오디오 파일의 음성을 저음 또는 고음으로 변조합니다. MP3, WAV 등 오디오와 MP4, MOV 등 동영상 포맷을 지원하며, 변조된 파일을 반환합니다. [호출당 10포인트]

Input parameters:

- `media_url` (string, required): 다운로드 가능한 https URL (허용 형식: audio/mpeg, audio/mp3, audio/wav, audio/x-wav, audio/mp4, audio/aac, audio/ogg, video/mp4, video/quicktime, video/x-msvideo, video/x-matroska, video/webm) (최대 200MB)
- `type` (string, required): 변조음 타입 (1: 저음, 2: 고음)

### `face_blur` (~142 tokens)

얼굴 모자이크 처리

Detect faces in an image and blur (mosaic) them. 이미지 파일에서 얼굴을 인식해 해당 영역을 모자이크 처리한 이미지(JPEG)를 반환합니다. PNG, JPEG 등 일반 이미지 포맷을 지원합니다. [호출당 20포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp, image/bmp) (최대 50MB)
- `threshold` (number): 얼굴 추출 민감도 (0 ~ 0.9, 기본값 0.5, 작을수록 민감하게 추출)

### `pdf_to_docx` (~82 tokens)

PDF 파일 DOCX 변환

Convert a PDF file to a DOCX (Word) file. PDF 파일을 DOCX 파일로 변환해 반환합니다. PDF 형식의 파일만 허용됩니다. [호출당 30포인트]

Input parameters:

- `pdf_url` (string, required): 다운로드 가능한 https URL (허용 형식: application/pdf) (최대 25MB)

### `pdf_to_image` (~93 tokens)

PDF 파일 이미지 변환

Convert each page of a PDF file to PNG images, returned as a ZIP archive. PDF 파일의 각 페이지를 PNG 이미지로 변환하고 ZIP 파일로 묶어 반환합니다. PDF 형식의 파일만 허용됩니다. [호출당 2포인트]

Input parameters:

- `pdf_url` (string, required): 다운로드 가능한 https URL (허용 형식: application/pdf) (최대 25MB)

### `pdf_merge` (~111 tokens)

PDF 파일 합치기

Merge two PDF files into one. 두 개의 PDF 파일을 순서대로 하나의 PDF 파일로 합쳐 반환합니다. PDF 형식의 파일만 허용됩니다. [호출당 2포인트]

Input parameters:

- `pdf_url_1` (string, required): 다운로드 가능한 https URL (허용 형식: application/pdf) (최대 25MB)
- `pdf_url_2` (string, required): 다운로드 가능한 https URL (허용 형식: application/pdf) (최대 25MB)

### `html_to_pdf` (~91 tokens)

HTML PDF 변환

Render HTML code into a PDF file. HTML 코드를 렌더링해 PDF 파일로 변환합니다. HTML 문자열을 입력하면 변환된 PDF 파일을 반환합니다. [호출당 30포인트]

Input parameters:

- `html` (string, required): 변환할 HTML 코드
- `pagination` (integer): 페이지 번호 표시 여부 (0: 없음(기본값), 1: 표시)

### `docx_to_pdf` (~94 tokens)

DOCX 파일을 PDF 파일로 변환

Convert a DOCX (Word) file to a PDF file. DOCX 파일을 PDF 파일로 변환해 반환합니다. DOCX 형식의 파일만 허용됩니다. [호출당 80포인트]

Input parameters:

- `docx_url` (string, required): 다운로드 가능한 https URL (허용 형식: application/vnd.openxmlformats-officedocument.wordprocessingml.document) (최대 25MB)

### `json_to_excel` (~131 tokens)

JSON 데이터 EXCEL 파일 변환

Convert JSON data into an Excel (XLSX) file. JSON 데이터를 EXCEL(XLSX) 파일로 변환해 반환합니다. data_list 는 객체 배열([{"컬럼":"값", ...}, ...]) 또는 2차원 배열([[...], ...]) 형식을 지원합니다. [호출당 1포인트]

Input parameters:

- `data_list` (array, required): 변환할 데이터 목록. 객체 배열 또는 2차원 배열 (2차원 배열은 모든 행의 열 개수가 같아야 함)
- `sheet_name` (string): 엑셀 시트 이름

### `base64_to_image` (~102 tokens)

base64 이미지 변환

Decode a base64-encoded image string back into an image file. base64 로 인코딩된 이미지 문자열을 원본 이미지 파일로 디코딩해 반환합니다. "data:image/타입;base64," 접두어가 붙은 문자열도 허용됩니다. [호출당 2포인트]

Input parameters:

- `base64` (string, required): 이미지 base64 문자열 (data:image/타입;base64, 접두어 허용)

### `set_watermark` (~153 tokens)

비가시성 워터마크 삽입

Embed an invisible watermark code into an image. 원본 이미지에 보이지 않는 워터마크 코드를 삽입한 PNG 이미지를 반환합니다. 이미지가 일부 변형되어도 높은 확률로 워터마크를 확인할 수 있습니다. PNG, JPEG 등 일반 이미지 포맷을 지원합니다. [호출당 10포인트]

Input parameters:

- `code` (integer, required): 삽입할 워터마크 코드 (1 ~ 21,767,823,359 사이의 숫자)
- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp, image/bmp) (최대 50MB)

### `get_watermark` (~125 tokens)

비가시성 워터마크 조회

Read the invisible watermark code embedded in an image. 이미지에 삽입된 비가시성 워터마크 코드를 조회해 JSON 으로 반환합니다. 이미지가 일부 변형되어도 높은 확률로 워터마크를 확인할 수 있습니다. PNG, JPEG 등 일반 이미지 포맷을 지원합니다. [호출당 10포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp, image/bmp) (최대 50MB)

### `draw_watermark_pdf` (~324 tokens)

PDF 워터마크 삽입

Draw a visible text watermark across every page of a PDF file. PDF 파일 전체 페이지에 텍스트 워터마크를 삽입한 PDF 를 반환합니다. 글자 크기·색상·투명도·각도·밀집도·적용 영역을 조절할 수 있으며, PDF 형식의 파일만 허용됩니다. [호출당 10포인트]

Input parameters:

- `angle` (integer): 워터마크 각도 (0 ~ 360, 기본값 35)
- `color` (string): 워터마크 색상 HEX (000000 ~ FFFFFF, 기본값 EEEEEE)
- `density` (integer): 워터마크 글자 밀집도 (100 ~ 200, 기본값 150)
- `font_size` (integer): 워터마크 글자 크기 (8 ~ 30, 기본값 10)
- `height` (integer): 워터마크 적용 높이 (0 ~ 2000, 기본값 800, A4 기준)
- `opacity` (number): 워터마크 투명도 (0 ~ 1, 기본값 0.05)
- `pdf_url` (string, required): 다운로드 가능한 https URL (허용 형식: application/pdf) (최대 25MB)
- `width` (integer): 워터마크 적용 너비 (0 ~ 2000, 기본값 550, A4 기준)
- `wm` (string, required): 워터마크 문자열 (최대 30자)

### `draw_watermark_image` (~244 tokens)

Image 워터마크 삽입

Draw a visible text watermark across an image. 이미지 파일에 텍스트 워터마크를 삽입한 PNG 이미지를 반환합니다. 글자 크기·색상·투명도·밀집도를 조절할 수 있으며, PNG, JPEG 등 일반 이미지 포맷을 지원합니다. [호출당 10포인트]

Input parameters:

- `color` (string): 워터마크 색상 HEX (000000 ~ FFFFFF, 기본값 EEEEEE)
- `density` (integer): 워터마크 글자 밀집도 (5 ~ 15, 기본값 10)
- `font_size` (integer): 워터마크 글자 크기 (10 ~ 100, 기본값 10)
- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp, image/bmp) (최대 50MB)
- `opacity` (number): 워터마크 투명도 (0 ~ 1, 기본값 0.5)
- `wm` (string, required): 워터마크 문자열 (최대 30자)

### `nsfw_detection` (~149 tokens)

선정적인 컨텐츠(NSFW) 탐지

Detect whether an image contains NSFW (violent or sexually explicit) content and return an nsfw_score. 이미지가 NSFW(폭력적·선정적) 콘텐츠인지 탐지해 nsfw_score 를 반환합니다. detail=1 입력 시 세부 판정 결과를 함께 반환합니다. [호출당 10포인트]

Input parameters:

- `detail` (string): 세부 판정 결과 포함 여부 (포함: 1, 미포함: 0, 기본값 0)
- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png, image/webp, image/bmp) (최대 50MB)

### `image_similarity` (~138 tokens)

이미지 유사도 비교

Compare a base image with another image and return a similarity score. 기준 이미지와 비교 대상 이미지의 유사도를 분석해 점수를 반환합니다. 원본 검증, 중복 이미지 탐지 등에 사용합니다. [호출당 10포인트]

Input parameters:

- `compare_image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png, image/webp, image/bmp) (최대 50MB)
- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png, image/webp, image/bmp) (최대 50MB)

### `video_to_mp3` (~99 tokens)

동영상 MP3 추출

Extract the audio track of a video file as an MP3 file. 동영상 파일에서 오디오를 추출해 MP3 파일로 반환합니다. [호출당 30포인트]

Input parameters:

- `video_url` (string, required): 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/x-msvideo, video/webm, video/x-matroska) (최대 200MB)

### `extract_video_thumbnail` (~173 tokens)

동영상 미리보기 이미지 추출

Extract preview thumbnail images from a video at regular intervals and return them as a ZIP file. 동영상에서 일정 구간마다 미리보기 이미지를 추출해 ZIP 파일로 반환합니다. [호출당 10포인트]

Input parameters:

- `count` (string): 추출할 이미지 개수 (범위: 0 ~ 200, 기본값 100)
- `video_url` (string, required): 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/x-msvideo, video/webm, video/x-matroska) (최대 200MB)
- `width` (string): 이미지 가로 길이 (범위: 100 ~ 2000, 기본값 480). 세로 길이는 가로 비율에 따라 자동 계산

### `word_cloud` (~93 tokens)

워드클라우드 생성

Generate a word cloud image (JPEG) from input text, sizing each word by frequency. 입력 텍스트를 구성하는 단어의 중요도(빈도수)에 따라 서로 다른 크기의 단어로 이루어진 워드클라우드 이미지(JPEG)를 생성해 반환합니다. [호출당 10포인트]

Input parameters:

- `text` (string, required): 워드클라우드를 생성할 텍스트

### `face_detection` (~166 tokens)

이미지 얼굴 인식

Detect faces in an image and return their coordinates. 이미지 파일에서 얼굴을 인식해 해당 좌표를 반환합니다. use_feature=1 입력 시 얼굴 특징 정보를 함께 반환합니다. [호출당 3포인트]

Input parameters:

- `image_url` (string, required): 다운로드 가능한 https URL (허용 형식: image/jpeg, image/png, image/webp, image/bmp) (최대 50MB)
- `threshold` (string): 얼굴 추출 민감도 (범위: 0 ~ 0.9, 기본값 0.5, 높을수록 정확한 얼굴만 추출)
- `use_feature` (string): 얼굴 특징 정보 포함 여부 (포함: 1, 미포함: 0, 기본값 0)

### `llm_models` (~243 tokens)

LLM 모델 카탈로그

List available text-generation LLM models with per-token pricing and max context. 텍스트 생성 모델 카탈로그를 반환합니다. 각 모델의 1M 토큰당 input/output 단가(포인트), 계열·크기·멀티모달 여부·태그·추천 용도(use_cases)·max_context 를 한 응답에 포함합니다. llm_chat Tool의 model 입력값을 찾을 때 사용합니다. 무료입니다. [무료]

Input parameters:

- `family` (string): 모델 계열 필터 (deepseek, qwen, glm, google, nvidia, llama, mistral, gpt-oss, moonshot, seed, mimo, phi)
- `multimodal` (boolean): 멀티모달(이미지 이해) 지원 여부 필터 (true/false)
- `tag` (string): 특수 태그 필터 — 'reasoning'(추론 특화) | 'coder'(코딩 특화)
- `use_case` (string): 추천 용도 필터 — 'general' | 'reasoning' | 'coding' | 'multimodal' | 'economy'

### `llm_chat` (~508 tokens)

LLM 채팅

Send a chat request to a selected LLM model and receive the assistant reply. 선택한 LLM 모델에 대화를 보내고 assistant 응답을 받습니다. 서버는 대화 히스토리를 보관하지 않는 stateless 방식 — 매 호출마다 전체 히스토리를 messages 로 전송하고, 응답의 compacted_messages 를 다음 턴의 messages 로 그대로 재사용합니다. 사용 가능한 모델은 llm_models Tool로 조회합니다. 토큰 사용량에 비례해 포인트가 차감됩니다. [무료]

Input parameters:

- `compact` (object): 히스토리 압축 옵션 { strategy: 'none'(기본) | 'sliding_window', window_pairs: 유지할 user/assistant 페어 수 (기본 10, 최소 1) }. 긴 대화의 input 토큰 누적 방지
- `content` (string): 단발 입력 — 사용자 메시지 한 건만 보내는 간편 형태. messages 와 둘 중 하나는 필수
- `max_tokens` (integer): 응답 최대 토큰. 미지정 시 모델 컨텍스트 기반 안전 상한으로 자동 설정, 상한 초과 지정 시 자동 조정
- `messages` (array): OpenAI 형식 [{role, content}] 배열. role 은 'system'|'user'|'assistant'. content 와 둘 중 하나는 필수, 동시 지정 시 messages 우선. 멀티턴 대화는 응답의 compacted_messages 를 다음 턴에 그대로 전송
- `model` (string, required): 모델 id (llm_models Tool로 조회 가능, 예: openai/gpt-oss-120b)
- `speed` (string): 응답 속도/추론 깊이 — 'fast'(얕게, 빠름) | 'medium' | 'slow'(깊게, 느림). 한글 '빠름'|'중간'|'느림' 허용. 추론 특화 모델에서 효과가 큽니다
- `system` (string): system 프롬프트 (역할·페르소나·정책·배경지식). 미지정 시 기본 한국어 어시스턴트 프롬프트가 적용됩니다
- `temperature` (number): 출력 다양성 0.0~2.0. 낮을수록 재현성, 높을수록 창의성 (미지정 시 모델 기본값)

### `text_summary` (~126 tokens)

텍스트 요약 AI

Summarize a long text (up to 100,000 characters) into a concise Korean summary. 입력 텍스트(최대 10만 자)의 핵심 내용을 간결하고 정확하게 요약합니다. 모델·파라미터는 서버가 고정하며 빠른 응답에 최적화되어 있습니다. 토큰 수와 무관하게 요청당 고정 포인트가 차감됩니다. [호출당 100포인트]

Input parameters:

- `text` (string, required): 요약할 원문 텍스트 (최대 100,000자)

### `text_polish` (~151 tokens)

텍스트 다듬기 AI

Polish a text (up to 100,000 characters) by fixing grammar, spelling, and awkward phrasing. 입력 텍스트(최대 10만 자)의 문법 오류, 맞춤법·오타, 어색한 표현, 문장 순서를 의미를 유지한 채 자연스럽게 다듬습니다. 모델·파라미터는 서버가 고정하며 빠른 응답에 최적화되어 있습니다. 토큰 수와 무관하게 요청당 고정 포인트가 차감됩니다. [호출당 100포인트]

Input parameters:

- `text` (string, required): 다듬을 원문 텍스트 (최대 100,000자)

### `image_generate` (~219 tokens)

이미지 한 장 생성

텍스트만 사용하거나 참고 이미지와 텍스트를 함께 사용해 이미지 한 장을 생성합니다. 참고 이미지는 제품·인물·색감·구도를 이해하기 위한 자료이며 결과는 새 이미지로 만들어집니다. 장당 25포인트입니다. [이미지당 25포인트]

Input parameters:

- `background` (string): 배경 방식
- `idempotency_key` (string): 같은 요청의 재전송으로 인한 중복 생성·과금을 막는 고유 키
- `output_format` (string): 출력 포맷
- `prompt` (string, required): 생성 프롬프트, 최대 28,000자
- `reference_image_url` (string): 새 이미지의 제품·인물·색감·구도 참고용 이미지 URL — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `size` (string): 표준 이미지 크기, 기본 1024x1024

### `image_edit` (~175 tokens)

이미지 한 장 편집

원본 이미지와 편집 지시로 이미지 한 장을 편집하고 이미지 콘텐츠로 반환합니다. 장당 25포인트입니다. [이미지당 25포인트]

Input parameters:

- `background` (string): 배경 방식
- `idempotency_key` (string): 같은 요청의 재전송으로 인한 중복 생성·과금을 막는 고유 키
- `image_url` (string, required): 원본 이미지 — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `output_format` (string): 출력 포맷
- `prompt` (string, required): 편집 지시, 최대 28,000자
- `size` (string): 표준 출력 크기, 기본 1024x1024

### `image_batch_create` (~283 tokens)

이미지 대량 작업 생성

이미지 1~50장의 비동기 생성 또는 편집 작업을 접수합니다. 접수 즉시 장수×25포인트가 선차감되고 실패한 이미지의 포인트는 즉시 환급됩니다. 접수 후에는 취소할 수 없습니다. [이미지당 25포인트]

Input parameters:

- `background` (string): 배경 방식
- `idempotency_key` (string): 같은 요청의 재전송으로 인한 중복 생성·과금을 막는 고유 키
- `image_count` (integer, required): 만들 이미지 장수, 1~50
- `image_url` (string): 편집 모드에서 변경할 원본 이미지 URL — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `mode` (string, required): 작업 방식
- `output_format` (string): 출력 포맷
- `prompt` (string, required): 생성 또는 편집 지시, 최대 28,000자
- `reference_image_url` (string): 생성 모드에서 사용할 참고 이미지 URL — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `size` (string): 표준 출력 크기, 기본 1024x1024

### `image_batch_status` (~46 tokens)

이미지 대량 작업 상태

대량 이미지 작업의 진행 상태, 선차감·환급·현재 차감 포인트를 조회합니다. [무료]

Input parameters:

- `job_id` (string, required): 작업 ID

### `image_batch_result` (~54 tokens)

이미지 대량 작업 결과

완료된 대량 작업 결과 중 지정한 한 장을 이미지 콘텐츠로 반환합니다. [무료]

Input parameters:

- `index` (integer, required): 0부터 시작하는 이미지 번호
- `job_id` (string, required): 작업 ID

### `seedance_jobs_create` (~3481 tokens)

Seedance 영상 작업 접수

Submit an asynchronous Seedance video generation job. Select version and tier; supported modes, durations and prices depend on the selected version. Seedance 영상 생성 작업을 비동기로 접수합니다. text/image/reference 세 가지 mode를 지원하며, seedance_jobs_status Tool로 상태를 조회하고 완료되면 응답의 result_url(REST 다운로드 주소, 7일 이내 유효)로 다운로드합니다. 접수 시 duration × 초당 포인트(해상도별로 다름, resolution 참고)가 예약 차감되고 완료 시 확정, 실패·시간 초과 시 전액 환불됩니다. [기본 버전 기준: 초당 480p 560P·720p 1,250P·1080p 2,810P × duration(초). 다른 버전은 개발가이드의 버전별 요금표 참고.]

Input parameters:

- `aspect_ratio` (string): 출력 화면 비율. 선택 버전·등급·모드에서 허용하는 값만 사용하세요.
- `audio` (boolean): 오디오 생성 여부. 선택 가능한 버전은 기본 true, 무음 전용 버전은 false, 오디오 필수 버전은 true만 허용합니다.
- `duration` (integer): 영상 길이(초), 전체 버전 범위 2~30. 허용 값과 기본값은 버전·등급별로 다릅니다.
- `idempotency_key` (string): 같은 요청의 재전송으로 인한 중복 접수·과금을 막는 고유 키
- `image_url` (string): image 모드에서 사용할 첫 프레임 이미지 URL — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `last_image_url` (string): image 모드에서 사용할 마지막 프레임 이미지 URL(선택) — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `mode` (string): 입력 방식 — 'text'(텍스트만) | 'image'(첫 프레임 이미지 지정) | 'reference'(참조 이미지·영상으로 주체 지정). 기본 text
- `prompt` (string, required): 영상 생성 프롬프트, 최대 2,000자
- `reference_audio_url` (string): 참조 오디오 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: audio/mpeg, audio/wav, audio/x-wav) (최대 15MB)
- `reference_audio_url_10` (string): 참조 오디오 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: audio/mpeg, audio/wav, audio/x-wav) (최대 15MB)
- `reference_audio_url_2` (string): 참조 오디오 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: audio/mpeg, audio/wav, audio/x-wav) (최대 15MB)
- `reference_audio_url_3` (string): 참조 오디오 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: audio/mpeg, audio/wav, audio/x-wav) (최대 15MB)
- `reference_audio_url_4` (string): 참조 오디오 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: audio/mpeg, audio/wav, audio/x-wav) (최대 15MB)
- `reference_audio_url_5` (string): 참조 오디오 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: audio/mpeg, audio/wav, audio/x-wav) (최대 15MB)
- `reference_audio_url_6` (string): 참조 오디오 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: audio/mpeg, audio/wav, audio/x-wav) (최대 15MB)
- `reference_audio_url_7` (string): 참조 오디오 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: audio/mpeg, audio/wav, audio/x-wav) (최대 15MB)
- `reference_audio_url_8` (string): 참조 오디오 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: audio/mpeg, audio/wav, audio/x-wav) (최대 15MB)
- `reference_audio_url_9` (string): 참조 오디오 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: audio/mpeg, audio/wav, audio/x-wav) (최대 15MB)
- `reference_image_url` (string): reference 모드에서 주체를 지정할 참조 이미지 URL — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_10` (string): 참조 이미지 URL(10번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_11` (string): 참조 이미지 URL(11번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_12` (string): 참조 이미지 URL(12번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_13` (string): 참조 이미지 URL(13번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_14` (string): 참조 이미지 URL(14번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_15` (string): 참조 이미지 URL(15번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_16` (string): 참조 이미지 URL(16번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_17` (string): 참조 이미지 URL(17번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_18` (string): 참조 이미지 URL(18번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_19` (string): 참조 이미지 URL(19번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_2` (string): reference 모드 참조 이미지 URL(2번째) — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_20` (string): 참조 이미지 URL(20번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_21` (string): 참조 이미지 URL(21번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_22` (string): 참조 이미지 URL(22번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_23` (string): 참조 이미지 URL(23번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_24` (string): 참조 이미지 URL(24번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_25` (string): 참조 이미지 URL(25번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_26` (string): 참조 이미지 URL(26번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_27` (string): 참조 이미지 URL(27번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_28` (string): 참조 이미지 URL(28번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_29` (string): 참조 이미지 URL(29번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_3` (string): reference 모드 참조 이미지 URL(3번째) — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_30` (string): 참조 이미지 URL(30번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_4` (string): 참조 이미지 URL(4번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_5` (string): 참조 이미지 URL(5번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_6` (string): 참조 이미지 URL(6번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_7` (string): 참조 이미지 URL(7번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_8` (string): 참조 이미지 URL(8번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_9` (string): 참조 이미지 URL(9번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_video_url` (string): reference 모드에서 동작을 참조할 영상 URL — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 50MB)
- `reference_video_url_10` (string): 참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)
- `reference_video_url_2` (string): 참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)
- `reference_video_url_3` (string): 참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)
- `reference_video_url_4` (string): 참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)
- `reference_video_url_5` (string): 참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)
- `reference_video_url_6` (string): 참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)
- `reference_video_url_7` (string): 참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)
- `reference_video_url_8` (string): 참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)
- `reference_video_url_9` (string): 참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)
- `resolution` (string): 출력 해상도. 전체 버전의 값 목록이며 허용 조합·기본값·요금은 버전별 개발가이드를 따릅니다.
- `seed` (integer): 재현성을 위한 시드 값
- `tier` (string): 품질·속도 등급. 지원 등급과 생략 시 기본값은 version과 mode에 따라 다릅니다.
- `version` (string): 영상 모델 버전. 생략 시 2.5. 등급·해상도·길이·오디오·파일 제약과 요금은 선택 버전별 개발가이드 표를 확인하세요.

### `seedance_jobs_status` (~83 tokens)

Seedance 영상 작업 상태

Check the status of a Seedance video generation job submitted via seedance_jobs_create. Seedance 영상 작업의 진행 상태를 조회합니다. 완료되면 응답의 result_url(REST 다운로드 주소)로 안내하며, 결과는 완료 후 7일간 유효합니다. 무료입니다. [무료]

Input parameters:

- `job_id` (string, required): 작업 ID

### `veo_jobs_create` (~765 tokens)

Veo 영상 작업 접수

Submit an asynchronous Veo video generation job. Select version and tier; supported modes, durations and prices depend on the selected version. Veo 영상 생성 작업을 비동기로 접수합니다. text/image/reference 세 가지 mode를 지원하며, veo_jobs_status Tool로 상태를 조회하고 완료되면 응답의 result_url(REST 다운로드 주소, 7일 이내 유효)로 다운로드합니다. 접수 시 duration × 초당 900포인트가 예약 차감되고 완료 시 확정, 실패·시간 초과 시 전액 환불됩니다. [기본 버전 기준: 초당 900포인트 × duration(초). 다른 버전은 개발가이드의 버전별 요금표 참고.]

Input parameters:

- `aspect_ratio` (string): 출력 화면 비율. 선택 버전·등급·모드에서 허용하는 값만 사용하세요.
- `audio` (boolean): 오디오 생성 여부. 선택 가능한 버전은 기본 true, 무음 전용 버전은 false, 오디오 필수 버전은 true만 허용합니다.
- `duration` (integer): 영상 길이(초), 전체 버전 범위 4~8. 허용 값과 기본값은 버전·등급별로 다릅니다.
- `idempotency_key` (string): 같은 요청의 재전송으로 인한 중복 접수·과금을 막는 고유 키
- `image_url` (string): image 모드에서 사용할 첫 프레임 이미지 URL — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `last_image_url` (string): image 모드에서 사용할 마지막 프레임 이미지 URL(선택) — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `mode` (string): 입력 방식 — 'text'(텍스트만) | 'image'(첫 프레임 이미지 지정) | 'reference'(참조 이미지·영상으로 주체 지정). 기본 text
- `negative_prompt` (string): 제외할 요소를 설명하는 텍스트
- `prompt` (string, required): 영상 생성 프롬프트, 최대 2,000자
- `reference_image_url` (string): reference 모드에서 주체를 지정할 참조 이미지 URL — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_2` (string): reference 모드 참조 이미지 URL(2번째) — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `reference_image_url_3` (string): reference 모드 참조 이미지 URL(3번째) — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 50MB)
- `resolution` (string): 출력 해상도. 전체 버전의 값 목록이며 허용 조합·기본값·요금은 버전별 개발가이드를 따릅니다.
- `seed` (integer): 재현성을 위한 시드 값
- `tier` (string): 품질·속도 등급. 지원 등급과 생략 시 기본값은 version과 mode에 따라 다릅니다.
- `version` (string): 영상 모델 버전. 생략 시 3.1. 등급·해상도·길이·오디오·파일 제약과 요금은 선택 버전별 개발가이드 표를 확인하세요.

### `veo_jobs_status` (~81 tokens)

Veo 영상 작업 상태

Check the status of a Veo video generation job submitted via veo_jobs_create. Veo 영상 작업의 진행 상태를 조회합니다. 완료되면 응답의 result_url(REST 다운로드 주소)로 안내하며, 결과는 완료 후 7일간 유효합니다. 무료입니다. [무료]

Input parameters:

- `job_id` (string, required): 작업 ID

### `kling_jobs_create` (~1237 tokens)

Kling 영상 작업 접수

Submit an asynchronous Kling video generation job. Select version and tier; supported modes, durations and prices depend on the selected version. Kling 영상 생성 작업을 비동기로 접수합니다. text/image/reference 세 가지 mode를 지원하며, kling_jobs_status Tool로 상태를 조회하고 완료되면 응답의 result_url(REST 다운로드 주소, 7일 이내 유효)로 다운로드합니다. 접수 시 duration × 초당 410포인트가 예약 차감되고 완료 시 확정, 실패·시간 초과 시 전액 환불됩니다. [기본 버전 기준: 초당 410포인트 × duration(초). 다른 버전은 개발가이드의 버전별 요금표 참고.]

Input parameters:

- `aspect_ratio` (string): 출력 화면 비율. 선택 버전·등급·모드에서 허용하는 값만 사용하세요.
- `audio` (boolean): 오디오 생성 여부. 선택 가능한 버전은 기본 true, 무음 전용 버전은 false, 오디오 필수 버전은 true만 허용합니다.
- `cfg_scale` (number): 프롬프트 반영 강도(0~1), 기본 0.5
- `duration` (integer): 영상 길이(초), 전체 버전 범위 3~15. 허용 값과 기본값은 버전·등급별로 다릅니다.
- `idempotency_key` (string): 같은 요청의 재전송으로 인한 중복 접수·과금을 막는 고유 키
- `image_url` (string): image 모드에서 사용할 첫 프레임 이미지 URL — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
- `last_image_url` (string): image 모드에서 사용할 마지막 프레임 이미지 URL(선택) — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
- `mode` (string): 입력 방식 — 'text'(텍스트만) | 'image'(첫 프레임 이미지 지정) | 'reference'(참조 이미지·영상으로 주체 지정). 기본 text
- `negative_prompt` (string): 제외할 요소를 설명하는 텍스트
- `prompt` (string, required): 영상 생성 프롬프트, 최대 2,000자
- `reference_image_url` (string): reference 모드에서 주체를 지정할 참조 이미지 URL — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
- `reference_image_url_2` (string): reference 모드 참조 이미지 URL(2번째) — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
- `reference_image_url_3` (string): reference 모드 참조 이미지 URL(3번째) — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
- `reference_image_url_4` (string): 참조 이미지 URL(4번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
- `reference_image_url_5` (string): 참조 이미지 URL(5번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
- `reference_image_url_6` (string): 참조 이미지 URL(6번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
- `reference_image_url_7` (string): 참조 이미지 URL(7번째). 버전별 최대 개수를 확인하세요. — 다운로드 가능한 https URL (허용 형식: image/png, image/jpeg, image/webp) (최대 10MB)
- `reference_video_url` (string): 참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)
- `reference_video_url_2` (string): 참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)
- `reference_video_url_3` (string): 참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)
- `reference_video_url_4` (string): 참조 영상 URL. 지원 버전과 개수 제한은 개발가이드를 확인하세요. — 다운로드 가능한 https URL (허용 형식: video/mp4, video/quicktime, video/webm) (최대 100MB)
- `resolution` (string): 출력 해상도. 전체 버전의 값 목록이며 허용 조합·기본값·요금은 버전별 개발가이드를 따릅니다.
- `tier` (string): 품질·속도 등급. 지원 등급과 생략 시 기본값은 version과 mode에 따라 다릅니다.
- `version` (string): 영상 모델 버전. 생략 시 3.0. 등급·해상도·길이·오디오·파일 제약과 요금은 선택 버전별 개발가이드 표를 확인하세요.

### `kling_jobs_status` (~79 tokens)

Kling 영상 작업 상태

Check the status of a Kling video generation job submitted via kling_jobs_create. Kling 영상 작업의 진행 상태를 조회합니다. 완료되면 응답의 result_url(REST 다운로드 주소)로 안내하며, 결과는 완료 후 7일간 유효합니다. 무료입니다. [무료]

Input parameters:

- `job_id` (string, required): 작업 ID

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/app-apick-all/mcp-all#diagnostics

## Score history

- 2026-09-20: 76
- 2026-09-19: 75
- 2026-09-18: 76
- 2026-09-17: 76
- 2026-09-16: 76
- 2026-09-15: 76
- 2026-09-14: 75
- 2026-09-13: 76
- 2026-09-12: 77
- 2026-09-11: 77
- 2026-09-10: 77
- 2026-09-09: 77
- 2026-09-08: 76
- 2026-09-07: 76
- 2026-09-06: 75
- 2026-09-05: 75
- 2026-09-04: 74
- 2026-09-03: 74
- 2026-09-02: 74
- 2026-09-01: 73
- 2026-08-31: 73
- 2026-08-30: 72
- 2026-08-29: 72
- 2026-08-28: 71
- 2026-08-27: 71
- 2026-08-26: 71
- 2026-08-25: 70
- 2026-08-24: 70
- 2026-08-23: 69
- 2026-08-22: 69

## Common questions

### What is the APICK MCP server?

APICK is an MCP server listed in the public MCP registry as app.apick/all. APICK Korean data, OCR, search, conversion, image and video generation, and asynchronous TTS. This page covers its hosted endpoint (https://apick.app/mcp/all).

### Is the APICK MCP server safe to use?

APICK scores 76 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the APICK MCP server expose?

APICK exposes 96 tools: transfer_1won, account_realname, bank_code, identi_card1, identi_card2, and 91 more. Their descriptions and schemas cost roughly 18,232 tokens of context every time the server is loaded.

### Does the APICK MCP server require authentication?

No. We connected to APICK without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the APICK MCP server still maintained?

APICK is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://apick.app/mcp/all
- Repository: https://github.com/lead788/apick-mcp
- Website: https://apick.app/dev_guide/mcp
- Changelog RSS feed: https://verifymcp.io/servers/app-apick-all/mcp-all.xml
- Changelog JSON feed: https://verifymcp.io/servers/app-apick-all/mcp-all.json
- HTML version of this page: https://verifymcp.io/servers/app-apick-all/mcp-all
