---
title: "Register API key"
method: POST
path: "/keys"
---

# Register API key

`POST /keys`

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

## Request body

- object
  - `email` string, email, required
  - `app_name` string

## Response `201`

Key created. Shown once — not retrievable again.

- object
  - `key` string
  - `prefix` string
  - `email` string

## Other responses

- `400` — Invalid email

---

[API](https://skmtc.dev/anycrap/apis/anycrap-api.md) · [All operations](https://skmtc.dev/anycrap/apis/anycrap-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anycrap/anycrap-api/revisions/8cd91e33ec7c/schema)
