Returns the current profile’s interaction data for a title — everything you need to render the right UI state for that title.
Response includes:
true/false for each).providers=true to include this.Auth tier: session — send your session token in Authorization: Bearer.
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).
Set to true to include streaming provider availability in the response.
Profile interaction data returned successfully.
The current profile's interaction data for a title.
Streaming services where this title is available, filtered to the profile's selected providers. Only included when providers=true is passed.