# Verifik OCR Scan Studio

> Verifik OCR Scan Studio is a paid API for AI agents from verifik.x402.paysponge.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Scans and extracts data from identity documents (passports, IDs, driver's licenses) using OCR, supporting multiple countries and document types.

## Facts

- Endpoint: POST https://verifik.x402.paysponge.com/v2/ocr/scan-studio
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/verifik-ocr-scan-studio-ce00eb26
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3ETI7xzhFmZDBGjxU2s8n

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability verifik-ocr-scan-studio-ce00eb26 -d '<json body>'
```

Example prompt: Can you scan this Colombian passport image and extract all the identity information from it — use document type 'passport' and country 'CO'?

## When to prefer this

Use this endpoint when you need to automatically extract structured data from a physical identity document image (passport, national ID, driver's license) for KYC onboarding, form pre-fill, or identity verification workflows — especially when supporting multiple countries via a single API.

## Known failure modes

- Unreadable or low-quality image returns empty or partial extraction results
- Unsupported country or document type combination may return an error
- Invalid or non-base64 image format causes a bad request error
- Blurry or obscured document fields result in missing or incorrect field values
- Payment not received or insufficient funds returns HTTP 402

## How this service works

Verifik identity &amp; data APIs via Smart Agent (ai.verifik.co)—multi-country KYC, vehicles, companies, and global sanctions screening.

## Output

Returns structured JSON containing the extracted fields from the scanned identity document, such as name, document number, date of birth, expiration date, nationality, and other fields readable from the document image.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "image": {
   "type": "string",
   "description": "Parameter: image"
  },
  "country": {
   "type": "string",
   "description": "Parameter: country"
  },
  "documentType": {
   "type": "string",
   "description": "Parameter: documentType"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/verifik-ocr-scan-studio-ce00eb26/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from verifik.x402.paysponge.com](https://www.zero.xyz/host/verifik.x402.paysponge.com/llms.txt)
