Get a specific extraction by ID
GET https://api.documind.cloud/api/v1/data/extractions/{extraction_id}
extraction_id
{ "id": "extraction-id", "document_id": "doc-id", "results": {...}, "reviewed_results": {...}, "needs_review": false, "is_reviewed": false, "created_at": "2024-01-15T10:30:00Z" }
Was this page helpful?