Slumber Chunker

Agentic chunking powered by generative models (via Genie interface) for intelligent text splitting.

post/v1/chunk/slumber

Response

Successful Response: A list of Chunk objects.

textstring

The actual text content of the chunk.

start_indexinteger

The starting character index of the chunk within the original input text.

end_indexinteger

The ending character index (exclusive) of the chunk within the original input text.

token_countinteger

The number of tokens in this specific chunk, according to the tokenizer used.

contextstring nullable

Chunk context.

Changes

Changed in 3 of the 20 revisions of this API.12