English
cURL
curl --request GET \ --url https://api.example.com/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" } ]
Retrieves all visual components associated with a document.