---
title: "Create Keys"
method: POST
path: "/api/v1/keys"
tags: ["Key"]
---

# Create Keys

`POST /api/v1/keys`

Create access and secret key

## Request body

- CreateKey
  - `buckets` object[]
  - `description` string

## Response `201`

successful operation

- object
  - `status` string
  - `data` object
    - `accessKey` string
    - `secretKey` string

## Other responses

- `400` — Bad Request
- `401` — Missing authentication
- `404` — Not Found
- `500` — server does not response

---

[API](https://skmtc.net/liara-cloud/apis/object-storage-api-documentaion.md) · [All operations](https://skmtc.net/liara-cloud/apis/object-storage-api-documentaion/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/object-storage-api-documentaion/versions/b0ca12d806de/schema)
