API Reference
Token Chunker
Splits text into chunks based on token count, ensuring each chunk stays within specified token limits.
POST
Authorizations
Your API Key from the Chonkie Cloud dashboard
Body
multipart/form-data
Response
200 - application/json
Successful Response: A list of Chunk
objects.
A list containing Chunk
objects, each detailing a segment of the original text based on token count.