Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
Request Code Samples
curl --location '/kling/v1/general/custom-voices' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"voice_name": "string",
"voice_url": "string",
"video_id": "string",
"callback_url": "string",
"external_task_id": "string"
}'
Responses
application/json
{
"voice_name": "测试音色",
"voice_url": "",
"video_id": "830460928805724256",
"callback_url": "",
"external_task_id": ""
}
Modified at 2026-03-30 11:39:32