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.