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>" } }
使用 Suno WAV 导出接口获取歌曲的 WAV 音频文件,适合高质量导出、后期处理、发布归档和专业制作流程。
Documentation IndexFetch the complete documentation index at: https://docs.ttapi.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ttapi.io/llms.txt
Use this file to discover all available pages before exploring further.
请前往 TTAPI 控制台 获取 API 密钥。
歌曲id
请求成功
"SUCCESS"
"success"
Show child attributes