.txt files API
Upload and manage JSONL files for batch processing. Each line in the file should be a JSON object with: - `custom_id` - your identifier for tracking the request - `method` - HTTP method (POST) - `url` - endpoint path (e.g., `/v1/chat/completions`) - `body` - the request payload [Learn more about the JSONL file format →](https://docs.doubleword.ai/batches/jsonl-files)