Generate Final Video from Proofread

POSThttps://api.konpro.ai/v1/video_translate/proofread/{proofread_id}/generate

Initiate the creation of the final video output based on an existing proofread job. You can optionally enable captions or choose to translate only the audio track.

Request History

Log in to see full request history

TIMESTATUSUSER AGENT
Make a request to see history.

0 Requests This Month

Path Parameter

ParameterTypeDescription
proofread_idstringUnique ID of the proofread job (required)

Request Body Parameters

FieldTypeDescription
captionsbooleanInclude subtitles in the generated video if true
translate_audio_onlybooleanIf true, only the audio track is translated (default false)
callback_idstringCustom ID for tracking callbacks (optional)
callback_urlstringURL to receive asynchronous status updates (optional)

Response Fields

FieldTypeDescription
video_translate_idstringID of the newly generated video
statusstringCurrent status of the video process

cURL Request

shell
curl --request POST \
--url https://api.konpro.ai/v1/video_translate/proofread/<proofread_id>/generate \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-api-key: <your-api-key>' \
--data '{
  "captions": true,
  "translate_audio_only": false,
  "callback_id": "uniqueCallback123",
  "callback_url": "https://yourapp.com/webhook"
}'

LANGUAGE

CREDENTIALS

HEADER

RESPONSE

Examples

Choose an example:

application/json
200 - Success
400 - Bad Request