Crie lote
POST
https://api.openai.com/v1/batches
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.openai.com/v1/batches' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"id": "string",
"object": "string",
"endpoint": "string",
"errors": null,
"input_file_id": "string",
"completion_window": "string",
"status": "string",
"output_file_id": null,
"error_file_id": null,
"created_at": 0,
"in_progress_at": null,
"expires_at": null,
"finalizing_at": null,
"completed_at": null,
"failed_at": null,
"expired_at": null,
"cancelling_at": null,
"cancelled_at": null,
"request_counts": {
"total": 0,
"completed": 0,
"failed": 0
},
"metadata": {
"customer_id": "string",
"batch_description": "string"
}
}
Request
Body Params application/json
Responses
Modified at 2025-01-24 10:22:30