API Market



Google
SunoPopular
Suno v5 API
Full songs with vocals from a prompt
Structured tracks — verse, chorus, bridge — with mixed vocals and instrumentation, plus stem separation.
Text to musicVocalsStemsInstrumental
Quickstart
Authenticate with a bearer token from your dashboard, then POST the request below.
curl -X POST https://api.viddly.io/v1/audio/generations \
-H "Authorization: Bearer $VIDDLY_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "suno-v5",
"prompt": "a lighthouse in a storm, drone orbit, dusk",
"instrumental": false
}'Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| prompt* | text | — | What to generate. Describe subject, action, camera and lighting. |
| style | string | — | Genre and production notes, e.g. 'lo-fi hip hop, warm tape'. |
| lyrics | text | — | Your own lyrics. Omit to have them written for you. |
| instrumental | boolean | false | Drop the vocal track. |
Similar models
ElevenLabs
ElevenLabs
ElevenLabs v3
Text to SpeechVoice Cloning
Lifelike speech in 70+ languages
Try it$0.045 / 1K characters~2s
ElevenLabsBest price
ElevenLabs
ElevenLabs Scribe
Speech to Text
Transcription with speaker labels
Try it$0.010 / minute of audio~3s
GoogleNew
Gemini 3 Flash TTS
Text to Speech
Expressive multi-speaker narration
Try it$0.020 / 1K characters~2s


