AI Video Real-Time Translation Run in Apifox
Output new voice according to the original voice and new audio content, suitable for dubbing audio in different languages Price: 20 PTC / 1 million characters
Request Body Params application/json
{
"url" : "string" ,
"start_time" : 0 ,
"end_time" : 0 ,
"text" : "string"
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/vt/voice/clone' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "string",
"start_time": 0,
"end_time": 0,
"text": "string"
}'
Responses application/json Generate Code
{
"status" : 0 ,
"data" : {
"voice_id" : "string"
}
}
Modified at 2025-01-19 07:23:26