GET
/
v1
/
evals
/
{evaluation_id}
/
documents
curl --request GET \
  --url https://api.uiform.com/v1/evals/{evaluation_id}/documents
{
  "data": [
    {
      "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

Query Parameters

filename
string | null

Filter documents by filename

Response

200
application/json

Successful Response

The response is of type object.