Skip to main content
POST
Run Workflow

Authentication

Requires a JWT token or API key in the Authorization header.

Request

id
string
required
The workflow ID to execute.
input
object
Input data passed to the first step of the workflow.
Idempotency-Key
string
Optional. Prevents duplicate runs if the same key is sent again within 24 hours.

Example request

Response

Returns the created run object.

Rate Limits

Workflow runs are limited to 60 per minute per user. Exceeding this returns 429 Too Many Requests.

Credits

Each enrichment step consumes credits at the standard API rate. Non-enrichment steps (condition, delay, webhook, transform) are free.