curl --request GET \
--url https://api.capout.ai/status/{document_id} \
--header 'capout-api-key: <api-key>'{
"document_id": "doc_123",
"status": "processing",
"progress": {
"ocr": "complete",
"structure": "in_progress",
"actions": null,
"trades": null,
"categories": null
},
"workflow_complete": false,
"completed_at": null,
"updated_at": "2026-04-14T14:31:12Z"
}Get the current processing status of a document with a one-shot poll.
curl --request GET \
--url https://api.capout.ai/status/{document_id} \
--header 'capout-api-key: <api-key>'{
"document_id": "doc_123",
"status": "processing",
"progress": {
"ocr": "complete",
"structure": "in_progress",
"actions": null,
"trades": null,
"categories": null
},
"workflow_complete": false,
"completed_at": null,
"updated_at": "2026-04-14T14:31:12Z"
}Organization-scoped API key used for REST endpoints and for minting realtime tokens.
Successful response
Response body for GET /status/{document_id}.
"doc_123"
"processing"
Show child attributes
false
null
"2026-04-14T14:31:12Z"