- actions_required
- entity:view
- entity:create
- entity:update
- description
- Splits text content into overlapping chunks with intelligent boundary detection for downstream knowledge extraction.
- endpoint
- https://text-chunker.nick-chimicles-professional.workers.dev
- endpoint_verified_at
- 2026-02-24T03:57:32.536Z
- input_schema
- description
- Parameters to customize chunking behavior, passed via the rhiza workflow input field. Properties map directly to keys in request.input.
- properties
- overlap_chars
- default
- 800
- description
- Number of characters to overlap between consecutive chunks. Ensures context continuity.
- maximum
- 5000
- minimum
- 0
- required
- false
- type
- integer
- target_chars
- default
- 8000
- description
- Target chunk size in characters. Actual chunks may be slightly smaller due to boundary detection.
- maximum
- 50000
- minimum
- 500
- required
- false
- type
- integer
- target_file_key
- description
- Specific file key to chunk if entity has multiple files. If set, ignores the text property and uses this file.
- examples
- document.txt
- transcript.md
- required
- false
- type
- string
- match
- or
- exists
- true
- path
- properties.text
- any
- path
- content_type
- starts_with
- text/
- path
- properties.content
- status
- active