GET
/
v1
/
evals
/
{evaluation_id}
/
documents
/
{document_id}
curl --request GET \
  --url https://api.uiform.com/v1/evals/{evaluation_id}/documents/{document_id}
{
  "mime_data": {
    "filename": "file.pdf",
    "url": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIA..."
  },
  "annotation": {},
  "annotation_metadata": {
    "extraction_id": "<string>",
    "likelihoods": {},
    "field_locations": {},
    "agentic_field_locations": {},
    "consensus_details": [
      {}
    ],
    "api_cost": {
      "value": 123,
      "currency": "<string>"
    }
  },
  "id": "<string>"
}

Authorizations

Api-Key
string
header
required

Path Parameters

evaluation_id
string
required
document_id
string
required

Response

200
application/json

Successful Response

The response is of type object.