cURL
curl --request POST \ --url https://agent-prod.studio.lyzr.ai/v3/workflows/{flow_id}/execute \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "input_data": { "param1": "value1", "param2": "value2" } }'
{ "status": "success", "output": {} }
Execute a workflow by ID with optional custom input data.
ID of the workflow to execute.
"e0ab5411-8620-41c0-acdd-bac4c35fc7c0"
Workflow executed successfully
The response is of type object.
object