Skip to main content
GET
Get chunk details

Authorizations

X-API-KEY
string
header
required

Headers

X-End-User-ID
string | null

Path Parameters

chunk_id
string<uuid>
required

Response

Successful Response

id
string<uuid>
required

The unique identifier for the chunk.

document_id
string<uuid>
required

The unique identifier of the parent document.

text
string
required

The text content of the chunk.

page_number
integer | null

The page number where this chunk is located (1-indexed).

bbox
PublicBoundingBox · object[] | null

List of bounding boxes for the chunk elements.

start_time
number | null

The start time of the chunk in seconds (for audio/video).

end_time
number | null

The end time of the chunk in seconds (for audio/video).

metadata
Metadata · object | null

Additional metadata associated with the chunk.