Generate Video Proofread
POST
https://api.konpro.ai/v1/video_translate/proofreadCreate 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
| TIME | STATUS | USER AGENT |
|---|---|---|
| Make a request to see history. | ||
0 Requests This Month
Request Body Parameters
| Field | Type | Description |
|---|---|---|
| video_url | string | Link to the video file for proofreading. Accepts direct URLs, Google Drive, or YouTube. |
| title | string | Title associated with the proofread request. |
| output_language | string | Language code for proofreading the video. |
| brand_voice_id | string | (Optional) Brand-specific voice model to use for speech output. |
| speaker_num | integer | (Optional) Specifies the number of speakers in the video. |
| folder_id | string | (Optional) Store the proofread result in a specific folder. |
| enable_video_stretching | boolean | (Optional) Adjusts sections of the video to sync better with translated speech pace. Default: false |
| disable_music_track | boolean | (Optional) If true, background music is omitted. Default: false |
| enable_speech_enhancement | boolean | (Optional) Enhance voice clarity and quality. Default: true |
Response Structure
| Field | Type | Description |
|---|---|---|
| proofread_id | string | Unique ID of the proofread process |
| status | string | Current 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
LANGUAGE
CREDENTIALS
HEADER
RESPONSE
Examples
Choose an example:
application/json
200 - Success
400 - Bad Request