Messages
Batch Messages
Send multiple messages in a single request
POST
/
v2
/
batch
You can learn more about batching in the batching section.
API playground is not available for this endpoint. You can use the cURL example below.
You can publish to destination, URL Group or queue in the same batch request.
Request
The endpoint is POST https://qstash.upstash.io/v2/batch
and the body is an array of
messages. Each message has the following fields:
The headers are identical to the headers in the create endpoint.
cURL
Response
Was this page helpful?