Skip to main content
GET
Download the song as an MP3 file. Only works for songs with status: succeeded.

Request

Headers

string
required
Bearer token with your API key

Path Parameters

string
required
Song UUID

Response

200 OK: audio/mpeg bytes with Content-Disposition: attachment; filename="<title>.mp3" 404: Song not found or not in your workspace 409: Song is not ready yet (still generating or failed)

Example