---
title: "Create Api Key"
method: POST
path: "/admin/api-key"
---

# Create Api Key

`POST /admin/api-key`

## Response `200`

Successful Response

- ApiKeyDescriptor
  - `api_key_id` integer, required
  - `api_key_display` string, required
  - `api_key` string
  - `user_id` string, uuid, required

---

[API](https://skmtc.net/engineertheory/apis/recap-backend.md) · [All operations](https://skmtc.net/engineertheory/apis/recap-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/engineertheory/recap-backend/versions/ea9db8f9a24d/schema)
