Seedance 2.0 Mini is live on viddly.io — video from $0.045/second 🚀
viddly.ioAI Model Gateway
API Market
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

NameTypeDefaultDescription
prompt*textWhat to generate. Describe subject, action, camera and lighting.
stylestringGenre and production notes, e.g. 'lo-fi hip hop, warm tape'.
lyricstextYour own lyrics. Omit to have them written for you.
instrumentalbooleanfalseDrop the vocal track.

Similar models