API Reference
Sentence Chunker
Splits text into chunks while preserving complete sentences, ensuring that each chunk maintains proper sentence boundaries and context.
POST
Authorizations
Your API Key from the Chonkie Cloud dashboard
Body
multipart/form-data
Response
200 - application/json
Successful Response: A list of SentenceChunk
objects.
A list containing SentenceChunk
objects, each detailing a segment of the original text and the sentences within it.