Retrieves images (backdrops, logos, and posters) for a specific media item (Movie or TV Show) by its ID. The ID must be prefixed with “MV_” for movies or “TV_” for TV shows.
This endpoint wraps TMDB’s images endpoints and passes through all supported query parameters. See TMDB Movie Images Documentation and TMDB TV Series Images Documentation for details.
Query Parameters:
language: Filters results by language (ISO 639-1 code, e.g., “en”, “es”)include_image_language: Includes additional languages (comma-separated ISO 639-1 codes, e.g., “en,es,fr”)Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication.
/profiles, /auth/session-token,
/auth/session) accept a long-lived refresh token
(rt_<hex>)./pages/*, /profile/*) accept a
short-lived session JWT.SDK clients use two typed API accessors (identityApi() with the
refresh token vs sessionApi() with the session JWT) — see the SDK
DiscovrAuth helper.
Format: Authorization: Bearer {token}
The unique identifier of the media item (e.g., "MV_550", "TV_1399")
^(MV|TV)_\d+$ISO 639-1 language code to filter images by language. If specified, acts as a filter on returned items.
"en"
Comma-separated ISO 639-1 language codes to include additional languages.
Can be used with or without the language parameter.
"en,es,fr"