cURL
curl --request POST \ --url https://api.mountsea.ai/producer/download \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "audioId": "<string>", "format": "m4a" } '
{ "taskId": "<string>" }
以 MP3、M4A 或 WAV 格式下载音频
taskId
mp3
m4a
wav
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
音频 ID
格式(mp3/m4a/wav),默认 m4a
任务创建成功
任务 ID,用于后续查询结果