Get a single chunk by id (version-agnostic)
Chunks
Get a single chunk by id (version-agnostic)
Fetch one chunk row by its id, independent of which extractor version produced it. Chunk ids are random UUIDs (unique within the chunk table), so the lookup is unambiguous and does not require the extractor version.
Used by the standalone reference viewer
(/<project_id>/reference/<chunk_id>) so a citation still resolves even
when the chunk was created by an old / non-default extractor version.
GET
Get a single chunk by id (version-agnostic)
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
UUID of the chunk
Response
The chunk row.
Chunk id (UUID).
Id of the source document this chunk belongs to.
Chunk text content.
Layout blocks (with bounding boxes) backing this chunk.