Skip to main content
POST
Run Workflow
Workflow execution is asynchronous - you’ll receive an execution ID that you can use to poll for results.

Path Parameters

string
required
The workflow UUID

Request Body

The request body should contain the workflow parameters. Each workflow has different parameters based on its configuration. Use the Get Workflow Schema endpoint to discover available parameters.

Response (202 Accepted)

Error Responses

  • 404 Not Found - Workflow not found or API not enabled
  • 422 Unprocessable Entity - Validation failed (missing required parameters)
  • 429 Too Many Requests - Rate limit exceeded