Create Openai Batch
Files & Batches
Create Openai Batch
POST
Create Openai Batch
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
application/json
The ID of an uploaded file that contains requests for the new batch.
The endpoint to be used for all requests in the batch. Currently /v1/chat/completions, /v1/completions are supported.
Available options:
/v1/chat/completions, /v1/completions The time frame within which the batch should be processed. Currently only 24h is supported.
Allowed value:
"24h"Optional metadata to be stored with the batch.
Response
Successful Response