Description
This endpoint allows you to run a workflow by providing a deployment ID and optional input parameters.Request Body
Content-Type:application/json
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
application/json
{
"deployment_id": "string", // The ID of the deployment to run (required)
"inputs": { // Optional inputs for the workflow
"key": "string or number"
}
}
