Batch Translate Text
Translate a group of texts into multiple target languages in one request. Each target language returns a separate result set in the same order as the input texts. If translation to a particular target language fails, that language’s texts fall back to the original input and do not affect other languages.
Authorizations
Authenticate using X-Api-Key header
Body
Batch translation request — translate a group of texts into multiple target languages at once
Texts to translate (max 100 items / 50,000 characters)
["太冷了", "吃晚餐"]Target language codes (ISO 639-1, 1–20 required)
["en", "ja"]Translation model ID (e.g. vn-translate-basic)
"vn-translate-basic"
Source language (ISO 639-1). Omit for automatic detection.
"zh"