cURL
curl --request GET \ --url https://api.keevx.cn/v1/video_translate/target_languages \ --header 'Authorization: Bearer <token>'
{ "code": 0, "msg": "success", "data": [ "English", "Chinese" ] }
获取视频翻译支持的目标语言列表。
Documentation IndexFetch the complete documentation index at: https://docs.keevx.cn/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.keevx.cn/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
语言列表获取成功
支持的语言列表响应
状态码
0
响应消息
"success"
返回支持的语言代码数组
["English", "Chinese"]