---
title: "Adds an image to a pending item request."
method: POST
path: "/v4/listings/items/{requestId}/images"
tags: ["Listings"]
---

# Adds an image to a pending item request.

`POST /v4/listings/items/{requestId}/images`

## Path parameters

- `requestId` integer, required

## Request body

- AddItemImageRequest — Request body for AddItemImage endpoint.
  - `imageData` string, byte, nullable — The image data as a byte array.
  - `imageFormat` 0 | 1 | 2 — Specifies different image formats.
  - `hasMega` boolean — Whether the image has a mega (high-resolution) version.

## Response `200`

OK

---

[API](https://skmtc.dev/tradera/apis/tradera-api.md) · [All operations](https://skmtc.dev/tradera/apis/tradera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tradera/tradera-api/revisions/b5f3e81e36e1/schema)
