Proxy Keys
Create Proxy Key
Create a new proxy key with specified permissions and limits
POST
Tier key caps: Free 10, Basic 15, Standard 30, Pro 50, Enterprise 100.
llocated_ammount max is ,000. expires_at is a Unix timestamp, or -1 for no expiry. Empty model_whitelist / ip_whitelist means unrestricted.
Authorizations
Enter your API key (starts with 'ek-')
Body
application/json
Name of the proxy key
Maximum string length:
25Example:
"My API Key"
Expiration timestamp in seconds (-1 for no expiration)
Example:
1735689600
Allocated credit amount
Required range:
x >= 0Example:
10
List of allowed models (empty for all models)
Example:
List of allowed IP addresses or CIDR blocks (empty for all IPs)
Example:
Response
201 - application/json
Proxy key created successfully
Name of the proxy key
Maximum string length:
25Expiration timestamp (-1 for no expiration)
Allocated credit amount
Required range:
x >= 0List of allowed models
List of allowed IP addresses or CIDR blocks
Amount of credits used
Whether the proxy key is active
The proxy key value
Creation timestamp
Last usage timestamp
