Returns full details for a movie or TV show — title, overview, genres, release date, runtime, cast, crew, and more. Pass MV_<id> for movies or TV_<id> for TV shows (e.g., MV_550, TV_1396).
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+$Full media details returned successfully.
Full details for a movie or TV show.
The unique identifier of the media item.
Whether this is a movie or TV show.
movie, tv Movie details — only present when media_type is movie.
TV show details — only present when media_type is tv.