DeerAPI 声音验证接口文档:通过 POST /suno/persona/voice/verify 验证用户录制的声音是否匹配样本句子。
curl --request POST \
--url https://api.deerapi.com/suno/persona/voice/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "https://cdn1.suno.ai/28fc2b84-07d3-45d7-85f3-3db6684801aa.mp3",
"phrase_id": "45d639aa-ad8a-41cd-a356-f81207491d3a",
"voice_recording_id": "575023b1-b071-4dbd-9f0d-176665c60768"
}
'{
"id": "<string>",
"status": "<string>"
}Bearer token authentication. Use your DeerAPI key.
curl --request POST \
--url https://api.deerapi.com/suno/persona/voice/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "https://cdn1.suno.ai/28fc2b84-07d3-45d7-85f3-3db6684801aa.mp3",
"phrase_id": "45d639aa-ad8a-41cd-a356-f81207491d3a",
"voice_recording_id": "575023b1-b071-4dbd-9f0d-176665c60768"
}
'{
"id": "<string>",
"status": "<string>"
}