---
title: "Create Api Key"
method: POST
path: "/api_keys"
tags: ["Authentication"]
---

# Create Api Key

`POST /api_keys`

## Request body

- APIKeyCreateRequest
  - `name` string, required
  - `group_id` string, uuid, nullable
  - `type` 'personal' | 'group'

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/satcat/apis/satcat-service-api.md) · [All operations](https://skmtc.net/satcat/apis/satcat-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/satcat/satcat-service-api/revisions/afeec2546de3/schema)
