POST
/
v3
/
workflows
/
{flow_id}
/
execute
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": {}
}

Authorizations

x-api-key
string
header
required

Path Parameters

flow_id
string
required

ID of the workflow to execute.

Example:

"e0ab5411-8620-41c0-acdd-bac4c35fc7c0"

Body

application/json · object

Response

200
application/json

Workflow executed successfully

The response is of type object.