# Yandex Translate API **Provider:** Yandex Translate **Category:** ai **Base URL:** `https://tech.yandex.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 10,000 chars/req; up to 1M chars/day (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://tech.yandex.com/translate/ ## Description Yandex Translate API. See documentation for full details. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://tech.yandex.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://tech.yandex.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Pay-per-use. 1 million characters: ~$15. Free tier: 1M chars/month for testing. --- *Source: [API Map](https://apimap.dev/apis/yandex-translate/) — CC BY 4.0*