API Keys
Create API Key
Create a new Inference API key for a specific project.
POST
/
v2
/
projects
/
{project_id}
/
api-keys
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
project_id
string
requiredQuery Parameters
name
string
Name of the API key.
description
string
Description of the API key.
expiresAt
string
Expiration date of the API key. Format "2024-12-31"