Get block
Blocks
Get block
Retrieve details for a specific block.
GET
Get block
Returns the full details for a block, including bounds, OCR text, and image URL.
Authorizations
API key prefixed with sk_. Example: Authorization: Bearer sk_xxx
Headers
API version
Path Parameters
Block ID
Response
Success
Example:
{
"id": "blk_01JABCD123",
"sheet_id": "sht_01JABCD123",
"type": "PLAN",
"uri": "gs://bedrock-files/projects/prj_01JABCD123/blocks/blk_01JABCD123.png",
"bounds": {
"x": 120,
"y": 80,
"width": 2400,
"height": 1800
},
"ocr": null,
"description": "First floor architectural plan",
"created_at": "2024-06-16T14:10:00Z"
}