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.
Execute a workflow tool with optional input parameters.
POST /v1/tools/run/{toolId}
toolId
uuid
X-API-Key
Content-Type
application/json
{ "inputField1": "value1", "inputField2": 42 }
{ "success": true, "id": "770e8400-e29b-41d4-a716-446655440000", "status": "Pending", "message": "Tool run started" }
400
401
403
404
429
curl -X POST https://api.flowyble.com/v1/tools/run/770e8400-e29b-41d4-a716-446655440000 \ -H "X-API-Key: flw_key_abc123" \ -H "Content-Type: application/json" \ -d '{"url": "https://example.com/data.csv", "format": "summary"}'