---
title: "Get Album Images"
method: POST
path: "/albums/{album_id}/images/get"
tags: ["Albums"]
---

# Get Album Images

`POST /albums/{album_id}/images/get`

## Path parameters

- `album_id` string, required

## Request body

- GetAlbumImagesRequest
  - `password` string, nullable

## Response `200`

Successful Response

- GetAlbumImagesResponse
  - `success` boolean, required
  - `image_ids` string[], required

## Other responses

- `422` — Validation 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)
