🎉 Introducing our new Fast Model — now available in AI Image Generator, AI Product Video, and Custom Templates!
cURL
curl --request GET \ --url https://test-api.keevx.com/v1/video_translate/target_languages \ --header 'Authorization: Bearer <token>'
{ "code": 0, "msg": "success", "data": [ "English", "Chinese" ] }
Retrieves a list of languages supported by the video translation feature.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Languages retrieved successfully
supported languages list
Status code
0
Response message
"success"
List of supported language codes
["English", "Chinese"]