post https://apis.elai.io/api/v1/videos/translate/
Translate video into a new language
Log in to see full request history
You can find all available languages and voices here.
Responses
Translate video into a new language
You can find all available languages and voices here.
xxxxxxxxxx
17curl --request POST \
--url https://apis.elai.io/api/v1/videos/translate/videoId \
--header 'Authorization: Bearer SECRET_KEY' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"language": {
"code": "so-So",
"name": "Somali",
"voices": {
"male": "so-SO-UbaxNeural",
"female": "so-SO-MuuseNeural"
}
}
}
'
Try It!
to start a request and see the response here! Or choose an example: