Manage API keys, view account information, and access available models through the AiHubMix CLI utility scripts
Endpoint | HTTP Method | Description |
---|---|---|
/api/user/self | GET | Get current user information and account balance |
/api/token/ | GET | Get list of all API keys |
/api/token/ | POST | Create a new API key |
/api/token/ | PUT | Update an existing API key |
/api/token/{token_id} | GET | Get details of a specific API key |
/api/token/{token_id} | DELETE | Delete a specific API key |
/api/token/search | GET | Search for API keys (using ?keyword=search_term ) |
/api/user/token | GET | Get user API key |
/api/models | GET | Get list of all available models |
/api/user/available_models | GET | Get list of models available to the current user |
fd***
.