Create a batch
POST/v1/batches
Submit an asynchronous batch job over an uploaded JSONL input file. OpenAI-compatible — each input line is a request against a supported endpoint (e.g. /v1/chat/completions), governed the same as a live call.
Request
Responses
- 200
- 400
Created batch
Request was rejected before dispatch — missing credentials, unknown model, invalid response_format, or capability mismatch.