---
title: "Create API Key"
method: POST
path: "/dashboard/api-keys"
tags: ["Dashboard"]
---

# Create API Key

`POST /dashboard/api-keys`

Create a new API key. Maximum 10 keys per user. Full key value is only returned once on creation.

## Request body

- object
  - `name` string
  - `permissions` string[]
  - `expiresAt` string, date-time

## Response `200`

API key created — save it now, won't be shown again

## Other responses

- `400` — Maximum 10 keys limit reached

---

[API](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api.md) · [All operations](https://skmtc.net/snapapi/apis/snapapi-screenshot-web-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snapapi/snapapi-screenshot-web-data-api/versions/b12ff2791613/schema)
