Translation
Translate Video
Translation
Translate Video
POST
/
translate-video
curl --request POST \
--url https://api.verbalia.net/translate-video \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"video_resource_id": "<string>",
"source_language": "<string>",
"target_language": "<string>",
"output": {
"send_email": "<string>",
"resolution": "256"
}
}'
{
"request_id": "<string>"
}
Authorizations
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://api.verbalia.net/translate-video \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"video_resource_id": "<string>",
"source_language": "<string>",
"target_language": "<string>",
"output": {
"send_email": "<string>",
"resolution": "256"
}
}'
{
"request_id": "<string>"
}