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