Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/jsonRequired
{
"voice_name": "string",
"voice_url": "string",
"video_id": "string",
"callback_url": "string",
"external_task_id": "string"
}
Request Code Samples
curl --location --request POST 'https://www.16api.comkling/v1/general/custom-voices' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"voice_name": "string",
"voice_url": "string",
"video_id": "string",
"callback_url": "string",
"external_task_id": "string"
}'
Responses
application/json Modified at 2026-02-01 07:33:56