API Reference
Neural Chunker
Splits text using a fine-tuned BERT model to detect semantic shifts, creating topic-coherent chunks.
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, representing segments split based on semantic shifts detected by the neural model.