Skip to main content
POST
Parse Document

Authorizations

x-api-key
string
header
required

API key created in the dashboard

Body

multipart/form-data
model
string
required

AI model to use for parsing. 'light': Parsing light model (Driver License, State ID, Residency Permit, Social Security Card, Military ID). 'performance': Parsing performance model (Bank statements, US pay stubs).

file
string
required
tags
string | null
default:{}

Optional JSON object with key-value pairs for organizing and querying results. Example: {"customerId":"9999","customerName":"Acme Corp","documentId":"DOC-2024-001","companyName":"DeepXL","companyId":"COMP-001"}. Common keys: customerId, customerName, documentId, companyName, companyId.

country
string | null

Optional country hint. Supported values: us, mx, br. Defaults to us when omitted or invalid.

Response

Document processed successfully with extracted parsed data.

result
APIParse · object
required

The document parse result