Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:5173/api/flowdrop/pipeline/{id}/execute \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "inputs": {}, "options": { "timeout": 123, "maxSteps": 123 } } '
{ "success": true, "data": { "pipeline_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "message": "<string>" }, "message": "<string>", "error": "<string>" }
Start execution of a pipeline
JWT token for authentication
Pipeline UUID
Input values for specific nodes
Show child attributes
Pipeline execution started
Whether the request was successful
Response data (type varies by endpoint)
Response message
Error message (if any)
Was this page helpful?