Signals that the user skipped a section of content. Used for watch analytics. Returns immediately — no side effects on lists or history.
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 in MV_<tmdbId> or TV_<tmdbId> format (e.g., MV_550, TV_1396).
^(MV|TV)_\d+$Playback position where the skip started (0–100).
0 <= x <= 10010
Playback position where the skip landed (0–100).
0 <= x <= 10020
Number of seconds skipped.
x >= 020
Episode context for TV show scrobbles.
Skip event recorded.
Always "ok" on success.
"ok"