API Keys
Create API Key
Create a new API key.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The API Key description
The API Key type. Admin keys have full access to the API while inference keys are only able to call inference endpoints.
Available options:
ADMIN
, INFERENCE
The API Key expiration date. If not provided, the key will not expire.
Available options: