curl --location 'https://api.beatapi.io/v1/music-video/tasks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"images": [
"https://cdn.example.com/singer-reference.png"
],
"audio_url": "https://cdn.example.com/song-preview.mp3",
"prompt": "Neon rooftop performance with metro cutaways and cinematic light trails.",
"language": "en",
"resolution": "720p"
}'{
"data": {
"id": "task_8K2qA",
"object": "task",
"workflow": "music-video",
"status": "queued",
"created_at": 1782210000,
"updated_at": 1782210000,
"output": null,
"usage": {
"credits_reserved": 450,
"credits_settled": 0,
"credits_refunded": 0
},
"request_id": "req_abc123",
"error_code": null,
"error_message": null
}
}