Skip to content

Create an API key

POST
/v1/auth/keys

Creates a new API key. Requires a paid tier unless the user is an admin.

Authorizations

BearerAuth

API key (Bearer key_...)

Type
API Key (header: Authorization)

Request Body

application/json
JSON
{
  
"label": "string"
}

Responses

Created

application/json
JSON
{
  
"created_at": "string",
  
"id": "string",
  
"key": "string",
  
"label": "string"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI