Submit a batch of requests for asynchronous processing.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The 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_-]+$