Extraction
Quickstart: extract a document
One document in, structured fields out, in a single call.
Before you start
export DOCAI_API_KEY='ak_…'Step 1 — Choose a document type
curl -s "https://api-docai-uat.uptiq.ai/listSupportedDocuments" \
| jq -r '.documents[] | "\(.type)\t\(.category)"' | headACATAccountTransferForm Account Transfer Document
AadhaarCard Identity Document
AccountReceivablesAgingReport Financial Report
AccountsPayableAgingReport Financial Report
ArticlesOfIncorporation Corporate DocumentStep 2 — Build the request
Step 3 — Call the endpoint
Step 4 — Read the result
Step 5 — Judge whether to trust it
What it cost
When it goes wrong
Symptom
Cause
Fix
Next steps
Related pages
Last updated

