Create a batch
Submit a batch of requests for asynchronous processing.
background=True — see Sending requests at scale.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Lets you retry safely. Valar records a reservation under the combination of organization, API key, and Idempotency-Key, so sending the same value again hands back the stored response rather than running inference a second time. Values can be up to 255 characters. See Idempotent Requests for the complete rules.
255Body
Which API endpoint every request in the batch targets. Right now /v1/responses is the only valid choice.
/v1/responses The requests that make up the batch, from 1 up to 100,000 of them. The combined request body has to stay under 256 MB.
1 - 100000 elementsAn optional name for the batch. Use letters and digits, optionally with hyphens and underscores, up to 128 characters.
128^[a-zA-Z0-9_-]+$