Overview
Drive document extraction, classification and generation from your own systems.
Last updated
Drive document extraction, classification and generation from your own systems.
Use the API to extract, classify, and generate documents.
Extraction
Turn a document into structured fields
Identify what a document is
Produce a finished document from data
Look up supported types and formats
https://<api-host>Use the API host configured for your workspace.
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

