Create video translate task
Translates a video into one or more supported languages
Callback Notification
After the video generation task is processed, the service will send a POST request to thecallback_url provided in the initiation request.
Structure
0 indicates a successful callback transmission.video_translate.Callback Example
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Create an video translation task. Supports models V, KL, and S.
supported language codes
["English", "Chinese"]URL of the video file to be translated.
"https://example.com/test-video.mp4"
Number of speakers in the video.
x >= 01
Translate only the audio, ignore the faces and only translate the voice track in this video.
true
Stretch or shrink portions of your video to enhance conversational fluidity and translation quality between languages with different speaking rates
true
Generate subtitles
false
Video name, with a character length of less than 100, the name after video translation is: target language+"-"+name, such as English_myTestVideo; If the value is passed empty or not, the name of the ending name for video translation is: target language+"-"+videoTranslate+"-" second level timestamp, for example: English-videoTranslation-2020120123001
"English-videoTranslation-2020120123001"
Callback URL for task completion notification.
"https://your-server.com/callback"

