API authentication
Written by
Updated at March 31, 2025
To perform operations via the API, you need to get an IAM token:
Specify the received IAM token when accessing Yandex Cloud resources via the API. Provide the IAM token in the Authorization
header in the following format:
Authorization: Bearer <IAM_token>
See also
For information about using the service via the API, see How to get started with the Yandex Cloud Video API.