Platform API
Search KEY
Search for KEY using keyword
GET
Search KEY
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.
Query Parameters
string
required
Search keyword (typically matches fields like KEY name).
Response Parameters
boolean
Indicates whether the request was successful.
string
Message (may be empty). Returns the reason for failure if the request fails.
array
List of search results. Each element in the array is a KEY object.
integer
Key ID.
integer
User ID.
string
Key string (used for calling/authentication).
integer
Key status. 0 means disabled, 1 means enabled.
string
Key name.
integer
Key creation time (UNIX timestamp).
integer
Key last accessed time (UNIX timestamp).
integer
Key expiration time (UNIX timestamp); -1 means never expires.
integer
Remaining quota; -1 means unlimited.
boolean
Indicates if the quota is unlimited. true means unlimited; false means limited.
integer
Used quota. Actual usage calculation: used_quota / 500000.
text
Models restricted for use with the current Key (an empty string means no restrictions or not set).
text
IP restrictions (an empty string means no restrictions or not set).
Last updated: 2026-06-01
Search KEY