Authorizations
Your API Key from the Chonkie Cloud dashboard
Body
The file to chunk.
The identifier of the fine-tuned BERT model to use.
Minimum number of characters required for a valid chunk.
Whether to return chunks as Chunk
objects or plain text strings.
texts
, chunks
Response
Successful Response: A list of Chunk
objects.
A list containing Chunk
objects, representing segments split based on semantic shifts detected by the neural model.
The actual text content of the chunk.
The starting character index of the chunk within the original input text.
The ending character index (exclusive) of the chunk within the original input text.
The number of tokens in this specific chunk, according to the tokenizer used.