Retrieves details 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.
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+$Media details retrieved successfully
The unique identifier of the media item
The type of media (movie or tv)
movie, tv Full movie details from TMDB (only present if media_type is movie)
Full TV show details from TMDB (only present if media_type is tv)