---
title: "POST /datastore/{datastoreId}/imageSet/{imageSetId}/getImageFrame"
method: POST
path: "/datastore/{datastoreId}/imageSet/{imageSetId}/getImageFrame"
---

# POST /datastore/{datastoreId}/imageSet/{imageSetId}/getImageFrame

`POST /datastore/{datastoreId}/imageSet/{imageSetId}/getImageFrame`

Get an image frame (pixel data) for an image set.

## Path parameters

- `datastoreId` string, required
- `imageSetId` string, required

## Request body

- object
  - `imageFrameInformation` object, required — Information about the image frame (pixel data) identifier.
    - `imageFrameId` string — The image frame (pixel data) identifier.

## Response `200`

Success

- GetImageFrameResponse
  - `imageFrameBlob` string, required — The blob containing the aggregated image frame information.

## Other responses

- `480` — ThrottlingException
- `481` — ConflictException
- `482` — AccessDeniedException
- `483` — ValidationException
- `484` — InternalServerException
- `485` — ResourceNotFoundException
- `486` — NotAcceptableException
- `487` — BadRequestException

---

[API](https://skmtc.net/aws/apis/medical-imaging.md) · [All operations](https://skmtc.net/aws/apis/medical-imaging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/medical-imaging/versions/a4a282481097/schema)
