Searches for movies, TV shows, and persons using the TMDB multi-search API. Results are returned with transformed IDs:
TV_{tmdb_id}MV_{tmdb_id}{tmdb_id} (unchanged)Each result includes an explicit tmdb_id field with the original TMDB ID.
Note: At least one of query or q parameters must be provided. If both are provided, query takes precedence.
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}
Search query string (alternative to 'q'). At least one of 'query' or 'q' must be provided. If both are provided, 'query' takes precedence.
"avatar"
Search query string (alternative to 'query'). At least one of 'query' or 'q' must be provided.
"avatar"