AI Generation
Translate video content
post/collection/{collection_id}/video/{video_id}/translate
Path parameters
collection_idstring required
Example:default
video_idstring required
Example:m-12345
Request body
Example request
{
"target_language": "es",
"callback_url": "https://webhook.example.com/callback"
}Response
Translation job started
Example response
{
"success": true,
"status": "processing",
"data": {
"id": "job-123",
"output_url": "https://api.videodb.io/async-response/job-123"
}
}