Skip to main content

Endpoint

Run the same workflow with up to 10 different inputs in parallel. All executions share a bulk_id so you can track them together.

Path Parameters

Request Body

Code Examples

Response

Status: 202 Accepted

Partial Failures

Some executions may succeed while others fail. That’s totally fine! Failed entries will have status: "failed" with an error message and no execution_id.

Tracking Bulk Executions

Use the bulk_id to list all executions from a bulk operation:

Error Responses

Last modified on July 27, 2026