Skip to main content
POST
Create a Batch Job

Authorizations

X-API-KEY
string
header
required

Response

OK

batch_id
string
required

A unique identifier for your batch job. Use this ID to check the status of your batch.

presigned_url
string<uri>
required

A temporary, secure URL for uploading your input file. Upload your .jsonl file to this URL using a PUT request. Once uploaded, your batch job will begin processing automatically.

Required string length: 1 - 2083