Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Submit reviewed extraction results for a document
PUT https://api.documind.cloud/api/v1/review/{document_id}
extractions:write
document_id
reviewed_results
{ "status": "success" }
response = requests.put( f"https://api.documind.cloud/api/v1/review/{document_id}", headers={"X-API-Key": API_KEY}, json={ "reviewed_results": { "invoice_number": "INV-2026-001", "total": 1250.00 } } )
Was this page helpful?