DeerAPI 获取验证句子接口文档:通过 POST /suno/act/phrase 获取声音克隆验证所需的样本句子。
curl --request POST \
--url https://api.deerapi.com/suno/act/phrase \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"language": "zh",
"voice_recording_id": "575023b1-b071-4dbd-9f0d-176665c60768"
}
'{
"phrase_id": "<string>",
"phrase_text": "<string>"
}Bearer token authentication. Use your DeerAPI key.
curl --request POST \
--url https://api.deerapi.com/suno/act/phrase \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"language": "zh",
"voice_recording_id": "575023b1-b071-4dbd-9f0d-176665c60768"
}
'{
"phrase_id": "<string>",
"phrase_text": "<string>"
}