---
title: "Downloads a remote image for an item."
method: POST
path: "/Items/{itemId}/RemoteImages/Download"
tags: ["RemoteImage"]
---

# Downloads a remote image for an item.

`POST /Items/{itemId}/RemoteImages/Download`

## Path parameters

- `itemId` string, uuid, required — Item Id.

## Query parameters

- `type` 'Primary' | 'Art' | 'Backdrop' | 'Banner' | 'Logo' | 'Thumb' | 'Disc' | 'Box' | 'Screenshot' | 'Menu' | 'Chapter' | 'BoxRear' | 'Profile', required — Enum ImageType.
- `imageUrl` string, nullable — The image url.

## Response `204`

Remote image downloaded.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Remote image not found.

---

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