Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The request body for creating a new API key. API key creation is rate limited to 20 requests per minute and a maximum of 500 active API keys per user. VCU (Legacy Diem) is being deprecated in favor of tokenized Diem. Please update your API calls to use Diem instead.
The API Key type. Admin keys have full access to the API while inference keys are only able to call inference endpoints.
Available options:
INFERENCE
, ADMIN
Example:
"ADMIN"
The API Key description
Example:
"Example API Key"
The API Key consumption limits for each epoch.
Example:
{ "usd": 50, "diem": 10, "vcu": 30 }
The API Key expiration date. If not provided, the key will not expire.
Available options:
Example:
"2023-10-01T12:00:00.000Z"