# Verifik AI OCR Scan GPT

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

Scans and extracts structured data from identity documents using OCR and GPT, supporting multi-country document types.

## Facts

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

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-ai-ocr-scan-gpt-a3bae59b -d '<json body>'
```

Example prompt: Scan this Colombian passport image and extract all the identity fields from it — use the Verifik OCR endpoint with documentType '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 or onboarding workflows, especially across multiple Latin American and international countries supported by Verifik.

## Known failure modes

- Invalid or unreadable image URL returns an error
- Unsupported country or documentType combination returns an error
- Low-quality or blurry image may result in incomplete extraction
- Missing required fields (image, country, documentType) returns a validation error
- Payment failure (insufficient USDC) results in 402 response

## 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 a JSON object with structured fields extracted from the identity document image, such as name, document number, date of birth, expiry date, and other document-specific fields parsed via OCR and GPT.

## 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-ai-ocr-scan-gpt-a3bae59b/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)
