Skip to main content
POST
cURL
Download one or more audio formats for an existing Suno track. Supported formats: mp3, m4a, wav. The response returns download URLs for each requested format. Costs 0.2 quota. See Audio Pricing.
Billing caution: Every successful call is billed at 0.2 quota. Calling this endpoint again for the same music_id or file still incurs a new charge. Cache the returned download URLs and avoid duplicate requests.

Authorizations

TT-API-KEY
string
header
required

You can obtain your API key from the TTAPI Dashboard.

Body

application/json
music_id
string
required

Song ID

Example:

"518c74ee-62ac-4ccd-b3d9-7003acd12ad7"

formats
enum<string>[]
required

Audio formats to download. Supported: mp3, m4a, wav.

Available options:
mp3,
m4a,
wav
Example:

Response

Request successful

status
string
required
Example:

"SUCCESS"

message
string
required
Example:

"success"

data
object
required
Last modified on September 2, 2026