Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
- Token Chunker Strategy
- Sentence Chunker Strategy
- Recursive Chunker Strategy
- Semantic Chunker Strategy
- Agentic Chunker Strategy
Request payload for text chunking with strategy-specific configuration Splits text based on token count. Best for ensuring chunks fit within LLM context windows and maintaining consistent chunk sizes for embedding models.
The text content to be chunked
token Whether to include metadata for each chunk
Return format: chunks (with metadata) or texts (plain strings)
chunks, texts Maximum tokens per chunk
x > 0Number of tokens to overlap between chunks
x >= 0Response
Text successfully chunked