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

Getting started

Authenticate, submit an extraction, and receive results through the API.

Use the API to add document extraction to your own workflow.

1

Create an API key

Create a key in Settings → API Keys. Send it with every authenticated request.

Authentication explains supported schemes and required headers.

2

Submit an extraction

Send a document with POST /extract for asynchronous processing. Use POST /extract/sync when you need the result in the response.

Extraction API documents request parameters, responses, and examples.

3

Receive the result

For asynchronous work, receive completion through a webhook or retrieve the extraction by ID.

Webhook payloads explains delivery and signature verification.

Next steps

  • Overview — choose an API group and processing mode.

  • Integration guides — use extraction, classification, generation, and utility endpoints.

Last updated