API Explorer

Test and explore the Chars.gg API endpoints

Create API key

Generates a new API key for the currently logged in user

Endpoint Details

Create API key

POST /v1/auth/me/api-key

Headers

Request Body

Response Examples

200 - The new API key
Schema: {
  "$ref": "#/components/schemas/CreateApiKeyResponseDto"
}