---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://yandex.ru/support/neurosupport/ru/access.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/support/neurosupport/ru/llms.txt

# Получение доступа

{% note info %}

Для получения доступа необходим аккаунт [Яндекс ID](https://id.yandex.ru/).

{% endnote %}

Чтобы начать работу:

1. [Сообщите нам](https://yandex.ru/support/neurosupport/ru/support.md) имя вашего аккаунта Яндекс ID. Вы получите сервис, продукт и префикс для создания индексов.

1. Войдите в [Яндекс ID](https://id.yandex.ru/) и [получите](https://oauth.yandex.ru/authorize?response_type=token&client_id=88616d0d3935496eb2964f4fe01dcd17) токен. Используйте его для всех вызовов API.

1. Проверьте доступ к [документации Swagger](https://supportgpt.yandex.ru/public_docs/redoc).

1. Проверьте доступ к API с помощью запроса:

   ```bash
   curl --request GET --url 'https://supportgpt.yandex.ru/indexer/v1/indexes' --header 'authorization: OAuth <токен>'
   ```
