API Keys
Create and manage API keys
API keys use prepaid API balance
Generate keys for authenticated API calls from your existing Rhodes account. Monthly and yearly web/app plans do not include API-token usage, and API balance does not require a second signup.
Your API keys
Base URL
https://rhodesai.com/v1
Checking account...
Example request
curl https://rhodesai.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"rhodes","messages":[{"role":"user","content":"Hello, Rhodes!"}]}'
Next step
Create an API key for this Rhodes account, then add API balance from the API Balance page.