Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"model_name": "kling-v1",
"voice_name": "自定义主体-001",
"voice_url": "https://sis-sample-audio.obs.cn-north-1.myhuaweicloud.com/16k16bit.mp3"
}
Request Code Samples
curl --location 'https://api.ezlinkai.com/kling/v1/general/custom-voices' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model_name": "kling-v1",
"voice_name": "自定义主体-001",
"voice_url": "https://sis-sample-audio.obs.cn-north-1.myhuaweicloud.com/16k16bit.mp3"
}'
Responses
application/json
Modified at 2026-01-22 07:19:38