For the complete documentation index, see llms.txt. This page is also available as Markdown.

Doc AI Extraction

Choose an extraction workflow and understand shared request rules.

Choose how to wait for extraction results:

  • Use asynchronous extraction for long-running work and webhooks.

  • Use bulk extraction for several documents in one request.

  • Use synchronous extraction when the caller can wait for a response.

Shared request rules

Send one document source: content as base64, or file_url as a reachable URL.

Send one document type selector: documentType for one type, or documentTypes for multi-extraction.

All extraction endpoints require X-Api-Key.

See Document Extraction for document types, models, chart-of-accounts mapping, and confidence.

Last updated