Retrieves similar movie or TV show recommendations from TMDB based on the provided media ID. Results are returned with transformed IDs:
TV_{tmdb_id}MV_{tmdb_id}Each result includes an explicit tmdb_id field with the original TMDB ID.
Image paths (poster_path, backdrop_path) are returned as full URLs.
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+$Language code for the results (e.g., "en-US")
"en-US"
Page number for pagination (default: 1)
x >= 11