Getting started
Authenticate, submit an extraction, and receive results through the API.
Last updated
Authenticate, submit an extraction, and receive results through the API.
Use the API to add document extraction to your own workflow.
Create a key in Settings → API Keys. Send it with every authenticated request.
Authentication explains supported schemes and required headers.
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.
For asynchronous work, receive completion through a webhook or retrieve the extraction by ID.
Webhook payloads explains delivery and signature verification.
Overview — choose an API group and processing mode.
Integration guides — use extraction, classification, generation, and utility endpoints.
Last updated

