Generate Video Proofread

POSThttps://api.konpro.ai/v1/video_translate/proofread

Create a proofread version of a video, assessing content and translation quality in a target language with advanced AI speech and video options.

Note:

This endpoint consumes API credits and is exclusive to users on Scale or Enterprise API plans.

Request History

Log in to see full request history

TIMESTATUSUSER AGENT
Make a request to see history.

0 Requests This Month

Request Body Parameters

FieldTypeDescription
video_urlstringLink to the video file for proofreading. Accepts direct URLs, Google Drive, or YouTube.
titlestringTitle associated with the proofread request.
output_languagestringLanguage code for proofreading the video.
brand_voice_idstring(Optional) Brand-specific voice model to use for speech output.
speaker_numinteger(Optional) Specifies the number of speakers in the video.
folder_idstring(Optional) Store the proofread result in a specific folder.
enable_video_stretchingboolean(Optional) Adjusts sections of the video to sync better with translated speech pace. Default: false
disable_music_trackboolean(Optional) If true, background music is omitted. Default: false
enable_speech_enhancementboolean(Optional) Enhance voice clarity and quality. Default: true

Response Structure

FieldTypeDescription
proofread_idstringUnique ID of the proofread process
statusstringCurrent status of proofread generation

cURL Request

shell
curl --request POST \
--url https://api.konpro.ai/v1/video_translate/proofread \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-api-key: <your-api-key>' \
--data '{
  "video_url": "https://example.com/sample-video.mp4",
  "title": "Proofread Demo",
  "output_language": "fr",
  "brand_voice_id": "brandvoice789",
  "speaker_num": 2,
  "folder_id": "folder789",
  "enable_video_stretching": true,
  "disable_music_track": false,
  "enable_speech_enhancement": true
}'

Example Usage

Shell
curl --request POST \
--url https://api.konpro.ai/v1/video_translate/proofread \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-api-key: <your-api-key>' \
--data '{
  "video_url": "https://example.com/sample-video.mp4",
  "title": "Proofread Demo",
  "output_language": "fr",
  "brand_voice_id": "brandvoice789",
  "speaker_num": 2,
  "folder_id": "folder789",
  "enable_video_stretching": true,
  "disable_music_track": false,
  "enable_speech_enhancement": true
}'

LANGUAGE

CREDENTIALS

HEADER

RESPONSE

Examples

Choose an example:

application/json
200 - Success
400 - Bad Request