---
title: "Create Album From Memory"
method: POST
path: "/albums/from-memory"
tags: ["Albums"]
---

# Create Album From Memory

`POST /albums/from-memory`

Copy a memory's photos into a new album.

The memory itself is left untouched, so the same one can be converted
again under a different name. Any clips are left behind: album_images
references images, and albums have no video support.

## Request body

- CreateAlbumFromMemoryRequest
  - `memory_id` string, required
  - `name` string, required

## Response `200`

Successful Response

- CreateAlbumFromMemoryResponse
  - `success` boolean, required
  - `message` string, required
  - `data` CreateAlbumFromMemoryData, required
    - `album_id` string, required
    - `image_count` integer, required

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `500` — Internal Server Error

## Changes

- **2026-08-04** `02bfc77ef63b` — 8 breaking, 4 warning, 4 info
  - removed the required property `error` from the response with the `400` status
  - removed the required property `error` from the response with the `404` status
  - removed the required property `error` from the response with the `409` status
  - removed the required property `error` from the response with the `500` status
  - …12 more
- **2026-08-04** `2e8446633df0` — 4 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `404`
  - added the non-success response with the status `409`
  - added the non-success response with the status `500`
- **2026-08-04** `fbed6dc36818` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/aossie-org/apis/pictopy/changes/albums/from-memory/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)
