- JSON
- CSV
JSON export
JSON export serializes the conversation as an array of message objects. Each object contains the speaker role and the message content, giving you a clean structure to work with in any programming language.Example structure
Use cases
- Programmatic processing — load conversations into scripts, pipelines, or applications
- Fine-tuning datasets — use exported JSON as training data for custom models
- Developer workflows — inspect conversation structure, filter by role, or transform content