Use this endpoint to start a new workflow execution. The request returns immediately with a pending status. Use the Idempotency-Key header to ensure safe retries.
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
Unique idempotency key to ensure safe retries of the same request.
Unique identifier of the workflow.
Request body containing the execution input data.
Input data passed to the workflow. Available to all nodes during execution. Maximum payload size is 1 MB.
{
"transactionId": "txn-98765",
"amount": 1500,
"currency": "BRL",
"customerId": "cust-12345",
"message": "Payment received"
}Indicates that an identical request was already processed. Returns the original execution.
Unique identifier of the execution.
"f7e6d5c4-b3a2-1098-7654-321fedcba098"
Timestamp when the execution started.
"2026-03-17T14:35:00Z"
Initial status of the execution (always pending).
"running"
ID of the workflow being executed.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"