Utilities
Export to different formats
Chunkr AI allows you to export task results in multiple formats. You can get the content directly and save it to a file.
Available Export Formats
HTML Export
This will collate the html
from every segment
in all chunks
, and create a single HTML file.
Markdown Export
This will collate the markdown
from every segment
in all chunks
, and create a single markdown file.
Text Export
This will collate the content
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 the output_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
Example with custom path: