---
title: "Specific poster image for the media"
method: GET
path: "/v2/media/{media_id}/poster.jpg?width={thumb_width}"
tags: ["Poster Images"]
---

# Specific poster image for the media

`GET /v2/media/{media_id}/poster.jpg?width={thumb_width}`

Provides a poster image of a particular size for a media item

## Path parameters

- `media_id` string, required
- `thumb_width` 40 | 120 | 320 | 480 | 640 | 720 | 1280 | 1920, required

## Other responses

- `302` — A redirect to the current poster image for the media
- `403` — Access is Forbidden This error commonly occurs when a user either does not have a token or uses an invalid token to request an asset that requires [URL signing](https://docs.jwplayer.com/platform/reference/protect-your-content-with-signed-urls). It may also occur due to geoblocking, account suspension, deletion, or limits reached.
- `404` — Not Found The requested asset could not be found.

---

[API](https://skmtc.net/jwplayer/apis/management-api-v2.md) · [All operations](https://skmtc.net/jwplayer/apis/management-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jwplayer/management-api-v2/revisions/180db7cada27/schema)
