Submit a batch of requests for asynchronous processing.
Documentation Index
Fetch the complete documentation index at: https://docs.sailresearch.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Makes the request retry-safe. Sail stores a reservation keyed by (organization, API key, Idempotency-Key); retrying with the same value returns the previously stored response instead of re-running inference. Keys are capped at 255 characters. See Idempotent Requests for full semantics.
255The API endpoint to use for all requests in the batch. Currently only /v1/responses is supported.
/v1/responses The list of requests in the batch. Min 1, max 100,000 requests. Total request body must not exceed 256 MB.
1 - 100000 elementsAn optional label for the batch. Must be alphanumeric (hyphens and underscores allowed), max 128 characters.
128^[a-zA-Z0-9_-]+$