API Reference
Recursive Chunker
Recursively chunks documents into smaller chunks. It is a good choice for documents that are long but well structured.
POST
Authorizations
Your API Key from the Chonkie Cloud dashboard
Body
multipart/form-data
Response
200 - application/json
Successful Response: A list of RecursiveChunk
objects.
A list containing RecursiveChunk
objects, each detailing a segment of the original text and its level in the recursive tree.