Skip to main content
POST
/
api
/
v1
/
workflow
/
manager
/
execute
/
{id}
Trigger workflow execution manually
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"
}
'

Authorizations

x-api-key
string
header
required

Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:

Path Parameters

id
string
required

Body

application/json

Response

Workflow execution triggered successfully