Skip to main content

Add requests

POST 

/v2/request-queues/:queueId/requests/batch

ClientsApify API Python Client ReferenceApify API JavaScript Client ReferenceAdds requests to the queue in batch. The maximum requests in batch is limit to 25. The response contains an array of unprocessed and processed requests. If any add operation fails because the request queue rate limit is exceeded or an internal failure occurs, the failed request is returned in the unprocessedRequests response parameter. You can resend these requests to add. It is recommended to use exponential backoff algorithm for these retries. If a request with the same uniqueKey was already present in the queue, then it returns an ID of the existing request.

Request

Responses

Response Headers