Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Search API
  • Access management
  • Pricing policy
    • Authentication with the API v2
  • Audit Trails events
  1. API reference
  2. Authentication with the API v2

Authentication with the API v2

Written by
Yandex Cloud
Updated at March 28, 2025

Yandex Search API's API v2 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 to authenticate your Yandex account or federated account. Provide the token in the Authorization header of each request in the following format:

    Authorization: Bearer <IAM_token>
    
  2. Assign the user the search-api.webSearch.user role for the folder to use for Yandex Search API requests. Make sure to include the folder ID in the folderId (folder_id) 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 search-api.webSearch.user role for the folder where it was created and which will be used for Yandex Search API requests. Make sure to include the folder ID in the folderId (folder_id) field in the body of each request.

See also

  • Performing search queries in deferred mode using API v2
  • Access management in Yandex Search API

Was the article helpful?

Previous
Pricing policy
Next
Overview
Yandex project
© 2025 Yandex.Cloud LLC