Getting an API Key¶
Quick Start¶
The Telegram bot is the easiest way to get started.
- Open the bot and send
/start; the bot creates or opens your profile. - Top up your balance in rubles.
- Issue an API key in the bot.
- Test your client against
https://api.nexus-hub.ru.
If you have used Nexus before, review the balance-transfer flow before moving funds from an older profile.
Step-by-step details are on the Telegram Bot Guide.
How the Key Is Issued¶
You can issue a full API key yourself from the Telegram bot after topping up your balance.
The usual process is:
- You send
/startin the Telegram bot and receive one profile. - You verify the Nexus ID before paying.
- You top up the balance in rubles.
- You issue an API key.
- You check the available models and configure your client.
What You Receive with the Key¶
- API key;
- base URL
https://api.nexus-hub.ru.
What to Do First¶
- Store the key in secure storage or an environment variable.
- Run
GET /v1/models. - Choose a model from the response.
- Configure your client using the appropriate guide.
Additional Keys¶
You can request multiple keys if you need to separate projects, team access, or test workflows.
Each key has its own access settings, while the balance stays shared at the profile level.