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
}application/json