curl --request POST \
--url https://api.jiekou.ai/v3/elevenlabs-voice-clone \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"name": "<string>",
"urls": [
{}
],
"labels": "<string>",
"description": "<string>",
"remove_background_noise": true
}
'{
"voice_id": "<string>",
"requires_verification": true
}curl --request POST \
--url https://api.jiekou.ai/v3/elevenlabs-voice-clone \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"name": "<string>",
"urls": [
{}
],
"labels": "<string>",
"description": "<string>",
"remove_background_noise": true
}
'{
"voice_id": "<string>",
"requires_verification": true
}创建语音克隆并将其添加到您的语音库中。Documentation Index
Fetch the complete documentation index at: https://docs.jiekou.ai/llms.txt
Use this file to discover all available pages before exploring further.
application/json