Returns available image assets for a title — backdrops, posters, and logos in multiple sizes and languages. Use include_image_language to filter by language (e.g., en,null for English plus language-neutral images).
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. Use MV_<id> for movies or TV_<id> for TV shows (e.g., MV_550, TV_1396).
^(MV|TV)_\d+$ISO 639-1 language code to filter images (e.g., en).
"en"
Comma-separated ISO 639-1 language codes to include in results. Use null to include language-neutral images (e.g., en,null).
"en,null"
Image assets returned successfully.