Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Translate
  • Getting started
    • Overview
    • API authentication
  • Access management
  • Pricing policy
  • Audit Trails events
  1. API reference
  2. API authentication

Authentication in the API Translate

Written by
Yandex Cloud
Updated at November 26, 2025

Translate's API interface requires you to submit your authentication credentials in each request. The authentication method depends on the type of account used to send your request:

Yandex or federated account
Service account
  1. Get an IAM token for a Yandex account, federated account, or local account. Make sure to include the folder ID in the folderId field in the body of each request.

Provide the token in the Authorization header of each request in the following format:

```yaml
Authorization: Bearer <IAM_token>
```
  1. Get the ID of any folder for which your account has the ai.translate.user role or higher. Make sure to include the folder ID in the folderId field in the body of each request.
  1. Choose one of the authentication methods:

    • Get an IAM token. Provide the IAM token in the Authorization header in the following format:

      Authorization: Bearer <IAM_token>
      
    • Create an API key. Provide the API key in the Authorization header in the following format:

      Authorization: Api-Key <API_key>
      
  2. Assign the service account the ai.translate.user role or higher for the folder where it was created.

    Do not specify the folder ID in your requests, as the service uses the folder the service account was created in.

See alsoSee also

  • What roles are required for performing operations.

Was the article helpful?

Previous
Overview
Next
Overview
© 2025 Direct Cursus Technology L.L.C.