Extract visible user information from a document or issued ID.
Available Models:
light - Parsing light model. Data extraction is aimed at Driver License, State ID, Residency Permit, Social Security Card, Military IDperformance - Parsing performance model. Data extraction is aimed at Bank statements, US pay stubsTags Parameter: Pass optional metadata as a JSON object to organize and filter your parsing results.
Recommended tag fields:
| Field | Description | Example |
|---|---|---|
customerId | Your customer’s unique identifier | "9999" |
customerName | Customer or account name | "Acme Corp" |
documentId | Your internal document reference | "DOC-2024-001" |
companyName | Company name | "DeepXL" |
companyId | Company identifier | "COMP-001" |
Example tags value: {"customerId":"9999","customerName":"Acme Corp","documentId":"DOC-2024-001","companyName":"DeepXL","companyId":"COMP-001"}
You can filter results by tags using the GET endpoint: ?tagFilter=customerId=9999
API key created in the dashboard
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).
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.
Document processed successfully with extracted parsed data.
The document parse result