Skip to main content

Endpoint

GET https://api.documind.cloud/api/v1/data/extractions/{extraction_id}

Path Parameters

ParameterTypeRequiredDescription
extraction_idstring (UUID)YesID of the extraction

Response

{
  "id": "extraction-id",
  "document_id": "doc-id",
  "results": {...},
  "reviewed_results": {...},
  "needs_review": false,
  "is_reviewed": false,
  "created_at": "2024-01-15T10:30:00Z"
}