Generate a music track from a text prompt. Costs 3 credits.
cURL
curl --request POST \ --url https://api.vidjutsu.ai/v1/music/generate \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "prompt": "<string>", "instrumental": true, "title": "<string>", "style": "<string>" } '
{ "id": "<string>", "status": "pending", "model": "V5", "creditsCharged": 123 }
Text description of the music.
Instrumental only (no vocals).
Song title (custom mode).
Style tags (custom mode).
Generation started
pending
V5