English
cURL
curl --request GET \ --url https://api.example.com/api/v0/documents/{document_id}/text-blocks
[ { "id": 123, "text": "string", "page_number": 123, "block_number": 123, "bboxes": [ { "x0": 123.45, "y0": 123.45, "x1": 123.45, "y1": 123.45 } ] } ]
Retrieves all text blocks associated with a document.