DeerAPI 上传声音接口文档:通过 POST /suno/persona/voice/vox 上传歌曲或声音文件,用于声音克隆流程。
curl --request POST \
--url https://api.deerapi.com/suno/persona/voice/vox \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "http://cos.aitutu.cc/mp4/c4818ce3-37d6-4b45-8e01-58b750e5fe57.mp3",
"vocal_end_s": 23.24,
"vocal_start_s": 0
}
'{
"id": "<string>",
"status": "<string>",
"voice_recording_id": "<string>"
}Bearer token authentication. Use your DeerAPI key.
curl --request POST \
--url https://api.deerapi.com/suno/persona/voice/vox \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "http://cos.aitutu.cc/mp4/c4818ce3-37d6-4b45-8e01-58b750e5fe57.mp3",
"vocal_end_s": 23.24,
"vocal_start_s": 0
}
'{
"id": "<string>",
"status": "<string>",
"voice_recording_id": "<string>"
}