---
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

---

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