Use the Suno audio upload API to submit source audio or reference tracks for downstream music generation, cover, stem, and transformation workflows.
Upload audio to Suno to obtain a job_id or music_id for subsequent operations.Documentation Index
Fetch the complete documentation index at: https://docs.ttapi.io/llms.txt
Use this file to discover all available pages before exploring further.
is_async = false (synchronous mode):
The API will block until processing is complete and will directly return the music_id.is_async = true (asynchronous mode):
The API will return a jobId immediately.
You need to use this jobId to call the Fetch Task API to retrieve the final upload result asynchronously.You can obtain your API key from the TTAPI Dashboard.
Request successful