GET https://api.visaflo.app/api/public/workflow/list
200 with workflows ordered by most recently changed. Each item contains id, name, description, and taskCount. Use its ID with Create tasks from a workflow.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List the workflow templates available to an API key.
GET https://api.visaflo.app/api/public/workflow/list
curl "https://api.visaflo.app/api/public/workflow/list" \
-H "X-API-Key: YOUR_API_KEY"
200 with workflows ordered by most recently changed. Each item contains id, name, description, and taskCount. Use its ID with Create tasks from a workflow.