Record or update playback progress for a media item. Creates a playback entry if it does not exist. Updates history with the current progress. If progress is 80% or higher, the item is marked as completed.
Watchlist Auto-Removal:
Completion Behavior:
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 media ID with prefix (MV_TMDBID for movies, TV_TMDBID for TV shows)
^(MV|TV)_\d+$