Skip to main content
The Parsing Model extracts and parses structured data from IDs and documents — names, dates, addresses, amounts, and more.

Available Models

Retrieve the full list of models programmatically:

Parsing a Document

Submit a file for parsing via POST /v1/parse:

Parameters

Country Hint Behavior

Use the optional country parameter when you want to steer parsing toward a specific supported market.
  • Supported values: us, mx, br
  • Matching is case-insensitive
  • Leading and trailing whitespace is ignored
  • Missing, empty, or invalid values fall back to us
The request value is treated as a routing hint. It is normalized before the request is forwarded downstream, and the normalized value is returned as country in the parse response metadata. Example:

Response Structure

Field Reference

Understanding Results

Document Type

The documentType field identifies the parsed document type (for example idDocument, bankStatement.us, or payStub.us).

Parsed Data

The parsedData object contains the extracted key-value pairs. The fields depend on the document type. ID Documents (light model): performance model document types: The extracted fields vary by document type. The current set is idDocument, bankStatement.us, and payStub.us.

Tags and Filtering

Attach metadata to organize your parsing results:
Filter your parse history:

Browsing History

Retrieve paginated parsing results:

Sort Options

parseId, mediaType, fileType, fileName, fileSize, confidence, documentType, timestamp