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"
{
}