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.
Retrieve all available workflows for a given vertical.
vertical
curl https://api.boobie.ai/v1/engine/workflows?vertical=music \ -H "Authorization: Bearer YOUR_BOOBIE_API_KEY"
{ "workflows": [ { "id": "release-strategy", "name": "Release Strategy", "vertical": "music", "description": "Full AI-generated release strategy including timeline, DSP submission, social campaign, and press outreach." }, { "id": "ar-analysis", "name": "A&R Analysis", "vertical": "music", "description": "Artist development intelligence, market positioning, and label fit analysis." } ], "total": 2 }