cURL
curl --request POST \ --url https://api.ttapi.io/suno/v1/wav \ --header 'Content-Type: application/json' \ --header 'TT-API-KEY: <api-key>' \ --data ' { "music_id": "<string>" } '
{ "status": "SUCCESS", "message": "success", "data": { "wavUrl": "<string>" } }
You can obtain your API key from the TTAPI Dashboard.
歌曲id
Request successful
"SUCCESS"
"success"
Show child attributes