API Reference
Late Chunker
Implements the late chunking strategy. Encodes the entire text, then splits recursively, deriving chunk embeddings from the full document embedding.
POST
Authorizations
Your API Key from the Chonkie Cloud dashboard
Body
multipart/form-data
Response
200 - application/json
Successful Response: A list of LateChunk
objects.
A list containing LateChunk
objects, detailing segments, sentences, and an optional chunk-level embedding derived from the full document.