Extract visible user information from a document or issued ID.
Available Models:
light - Fast ID document parsing (driver licenses, passports, state IDs)performance - Comprehensive document parsing (invoices, receipts, forms, contracts)Likelihood: Returns 1.0 for successful parsing, or -1.0 if the document type is not recognized.
Tags 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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
AI model to use for parsing. Available models: 'light' (fast, ID documents only - driver licenses, passports, state IDs) or 'performance' (comprehensive, all document types - invoices, receipts, forms, contracts)
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. Check 'likelihood' field: 1.0 = successful parse, -1.0 = document rejected/not recognized.
The document parse result