GET
/
api
/
v0
/
documents
/
{document_id}
/
visual-components
[
  {
    "id": 123,
    "type": "string",
    "document_id": 123,
    "page_number": 123,
    "label": "string",
    "bbox": {
      "x0": 123.45,
      "y0": 123.45,
      "x1": 123.45,
      "y1": 123.45
    },
    "description": "string",
    "created_at": "string",
    "updated_at": "string"
  }
]

Get document visual components

Retrieves all visual components associated with a document.

Path Parameters

integer
required

No description provided

Response

data
object

The response data for this endpoint.

[
  {
    "id": 123,
    "type": "string",
    "document_id": 123,
    "page_number": 123,
    "label": "string",
    "bbox": {
      "x0": 123.45,
      "y0": 123.45,
      "x1": 123.45,
      "y1": 123.45
    },
    "description": "string",
    "created_at": "string",
    "updated_at": "string"
  }
]