v1

latestOpenAPI 3.1.02026-07-2665164286.3 KB
Video Translate

Generate Video from Proofread

Starts final video generation using the approved subtitles from a proofread session.

post/v3/video-translations/proofreads/{proofread_id}/generate

Path parameters

proofread_idstring required

Unique proofread identifier

Headers

Idempotency-Keystring

Optional client-supplied key for safely retrying mutations. Subsequent calls within 24 hours that share this key replay the original response — even if the request body differs slightly (a warning is logged). A retry that arrives while the original is still in flight gets a 409 request_in_progress. Keys must be 1–255 characters from [A-Za-z0-9_:.-]; a UUID is a safe default. Scope is per-endpoint and per-resource: the same key on a different route or path parameter is independent.

Request body

captionsboolean

Generate captions for the translated video

translate_audio_onlyboolean

Only translate audio, keep original video

callback_idstring nullable

ID included in webhook payload

callback_urlstring nullable

Webhook URL for completion notifications

Response

Successful response