Obtain account information via API
Get KEY List
Retrieve a list of all KEYS, with support for the num parameter to control the quantity
GET
Get KEY List
Documentation Index
Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
Request Headers
Authentication for the request. This API uses the AIHubMix Manage Key for authentication.
Content type of the request. This parameter must be set to application/json.
Response Parameters
Information related to the user Key (usually includes id, name, etc.).
Key ID.
User ID.
Key status. 0 means disabled, 1 means enabled.
Key name.
Key creation time, stored as a UNIX timestamp.
Key access time, stored as a UNIX timestamp.
Key expiration time, -1 indicates never expires.
Remaining quota, -1 indicates unlimited.
Whether there is a quota limit.
Used quota: used_quota / 500000
Models restricted for current Key usage.
IP restrictions.
Detailed information on request failure. This parameter will not be returned on successful requests.
Indicates success.
Get KEY List