---
title: "Create Album"
method: POST
path: "/albums/"
tags: ["Albums"]
---

# Create Album

`POST /albums/`

## Request body

- CreateAlbumRequest
  - `name` string, required
  - `description` string, nullable
  - `is_locked` boolean
  - `password` string, nullable

## Response `200`

Successful Response

- CreateAlbumResponse
  - `success` boolean, required
  - `album_id` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-02** `e97534403a38` — 1 warning, 1 info
  - removed the request property `is_hidden`
  - added the new optional request property `is_locked`
- **2025-08-06** `fa6c232c69f4` — 1 info
  - endpoint added
- **2025-08-05** `14c08755eaeb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/aossie-org/apis/pictopy/changes/albums/post.md)

---

[API](https://skmtc.dev/aossie-org/apis/pictopy.md) · [All operations](https://skmtc.dev/aossie-org/apis/pictopy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aossie-org/pictopy/revisions/a6c11e6b42e4/schema)
