Skip to main content
Response for GET /fields/{document_id}.
Use the API Playground on the endpoint page to send the request and inspect the payload in real time. You can also add ?page=2 to filter to a specific page.
{
  "documentId": "doc_demo",
  "pages": 8,
  "fields": [
    {
      "name": "purchaser_name",
      "page": 1,
      "bbox": { "x": 128.4, "y": 512.0, "w": 236.2, "h": 28.6 },
      "confidence": 0.96
    }
  ],
  "createdAt": "2024-09-10T07:21:37.524Z"
}
Completed payloads include geometry and confidence only; render the bounding boxes to surface text from the source contract.
I