v1

latestOpenAPI 3.1.0Data: CC BY 4.02026-07-135410.2 KB

Register API key

Get a free API key instantly. The key is shown once — store it securely.

post/keys

Request body

emailstring email required
app_namestring

Example request

{
  "email": "dev@example.com",
  "app_name": "My Party Game"
}

Response

Key created. Shown once — not retrievable again.

keystring
prefixstring
emailstring

Example response

{
  "key": "ak_a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
  "prefix": "ak_a1b2c3",
  "email": "dev@example.com"
}