curl --location 'https://api.beatapi.io/v1/workflows'{
"data": {
"object": "list",
"data": [
{
"id": "music-video",
"object": "workflow",
"name": "Music Video API",
"description": "Generate short music video clips from audio, lyrics, and visual direction."
},
{
"id": "ecommerce-video",
"object": "workflow",
"name": "Ecommerce Video API",
"description": "Generate product ad videos from product images and a short creative brief."
}
]
}
}