SUNO SONG DOWNLOADER
Paste a song link.
Get the files.
SunoDL reads a public Suno song page and hands you the audio, the video and the artwork — one click each, straight from FAK LABS.
SONG URL
RESULT
RECENT
Nothing here yet — your recent songs will appear here.
API
Same engine, for your own tools. Requests are same-origin and resolve calls are rate-limited per IP; /api/version is public.
| Endpoint | What it does |
|---|---|
GET /api/suno?url=… | Resolve a https://suno.com/song/<id> link into title, artwork, video and audio download links. Every link is an opaque token — audio entries also carry a playable flag. |
GET /api/dl?f=<token> | Stream one file. Append &dl=1 to force a download. |
GET /api/version | Version marker: {"api":"sunodl/v1","version":"1.3.0"} |
Set the SUNODL_SIG_SECRET Pages environment variable to sign download tokens with your own key.