Register API key
Get a free API key instantly. The key is shown once — store it securely.
post/keys
Request body
Example request
{
"email": "dev@example.com",
"app_name": "My Party Game"
}Response
Key created. Shown once — not retrievable again.
Example response
{
"key": "ak_a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4",
"prefix": "ak_a1b2c3",
"email": "dev@example.com"
}