{ "opencollection": "1.0.0", "info": { "name": "Yandex Translate Language Detection Translation API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Translation", "type": "folder" }, "items": [ { "info": { "name": "Translate text", "type": "http" }, "http": { "method": "POST", "url": "https://translate.api.cloud.yandex.net/translate/v2/translate", "body": { "type": "json", "data": "{}" } }, "docs": "Translates the text to the specified language. Supports translating arrays of strings, auto-detection of source language, HTML format, and custom glossaries." } ] } ], "bundled": true }