This guide takes you from a blank screen to your first successful request to OpenAI / Claude / Gemini through RuAPI.Documentation Index
Fetch the complete documentation index at: https://docs.ruapi.ai/llms.txt
Use this file to discover all available pages before exploring further.
Step 1. Sign up
Open www.ruapi.ai and click Sign up. Enter email, password and the verification code that arrives in your inbox.Step 2. Top up (USDT)
Once logged in, go to Top up and pick an amount. Minimum is 1 USDT. After the on-chain transaction is confirmed (typically 1-3 minutes), your balance updates automatically.Step 3. Create an API key
In the dashboard, go to Tokens → Create token.- Name: anything for your own reference, e.g.
local-dev. - Expiry: leave “Never” unless you need otherwise.
- Spend limit: you can cap the token at a USD amount.
sk-.... Save it immediately, you won’t be able to view the full key again later (only the last 4 characters).
Step 4. First request
RuAPI is OpenAI-compatible. Use your favourite SDK and just swap thebase_url:
Step 5. Switch models
To switch to Claude or Gemini, change only themodel parameter:
What’s next
- Pricing & balance usage — how each request is priced
- Got questions? support@ruapi.ai