cURL
curl --request POST \ --url https://flowra.dev/api/v1/workflow/manager/execute/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "input": {}, "mode": "production" } '
Start a workflow run immediately with an optional input payload. Returns a thread ID you can use to poll status or resume if the workflow pauses.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Show child attributes
Workflow execution triggered successfully
Was this page helpful?