Overview
Drive document extraction, classification and generation from your own systems.
Use the API to extract, classify, and generate documents.
Get started
2
The four groups
Group
What it does
Extraction
Turn a document into structured fields
Identify what a document is
Produce a finished document from data
Look up supported types and formats
API endpoint
https://<api-host>Use the API host configured for your workspace.
Your first call
One operation needs no credentials at all, which makes it a good way to prove connectivity before you introduce authentication as a variable:
curl "https://<api-host>/listSupportedDocuments"A 200 with a JSON body of document types means you can reach the platform. Everything after that needs an API key.
Last updated

