Generate ProofreadAsk AIpost https://api.heygen.com/v2/video_translate/proofreadGenerates a proofread of a translated video based on the specified parameters.Body Paramsvideo_urlstringrequiredURL of the video file to generate a proofread. Supports direct video file URLs, Google Drive URLs, and YouTube URLs.titlestringrequiredTitle of the video.output_languagestringrequiredThe target language in which the proofread will be generated. Either output_language or output_languages must be provided. Omitting both or defining both will result in an error.output_languagesarray of stringsrequiredList of multiple target languages to generate the proofread of the same video in a single request. Enables faster batch processing. Either output_language or output_languages must be provided. Omitting both or defining both will result in an error.output_languages*ADD stringbrand_voice_idstringUnique identifier of the Brand Glossary. It is used to apply predefined translation and pronunciation rules such as translation exclusions, enforced terms, vocabulary mappings, and tone preferences. Can be retrieved from List Brand Voices endpoint.speaker_numint32Number of speakers in the video.folder_idstringUnique identifier of the folder where the proofread file will be stored stored. Can be retrieved from the List Folders endpoint if folder already exists, or from the response of the Create Folder endpoint after creating a new folder.enable_video_stretchingbooleanStretch or shrink portions of the video by enabling dynamic duration adjustment to improve conversational fluidity and translation quality between languages with different speaking rates. It functions the same way as enabling dynamic duration for a video.truefalsedisable_music_trackbooleanWhether to disable the background music track in the proofread video output.truefalseenable_speech_enhancementbooleanImprove audio clarity and speech quality in the proofread video by applying automatic speech enhancement.truefalseResponse 200Proofreading initiated successfully - Expand to view the detailed response schema.Updated 2 months ago