Downloader

SoundCloud

Download tracks from SoundCloud.

GET /v1/soundcloud/download

https://api.cludz.net/v1/soundcloud/download

Fetch audio from a SoundCloud URL.

Query Parameters:

ParameterRequiredDescriptionType
urlYesThe valid SoundCloud track URL.string
formatNomp3. Defaults to mp3.string

Example

curl "https://api.cludz.net/v1/soundcloud/download?url=https://soundcloud.com/..." \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

{
  "statusCode": 200,
  "statusMessage": "Success",
  "message": "Media downloaded successfully",
  "data": {
    "title": "Track Title",
    "url": "https://download.url...",
    "thumbnail": "https://thumbnail.url...",
    "duration": 180,
    "artist": "Artist Name"
  }
}
Built with 💖 by Miza • © 2026 - Powered by Nuxt