Chunkr AI allows you to export task results in multiple formats. You can get the content directly and save it to a file.Documentation Index
Fetch the complete documentation index at: https://docs.chunkr.ai/llms.txt
Use this file to discover all available pages before exploring further.
Available Export Formats
HTML Export
This will collate thehtml from every segment in all chunks, and create a single HTML file.
Markdown Export
This will collate themarkdown from every segment in all chunks, and create a single markdown file.
Text Export
This will collate thecontent from every segment in all chunks, and create a single text file.
JSON Export
This will return the complete task data.File Output
When using theoutput_file parameter:
- Directories in the path will be created automatically if they don’t exist
- Files are written with UTF-8 encoding
- Existing files will be overwritten