Adds a title to the disliked list. Requires a session token in the Authorization header.
Liked, disliked, and super-liked are exclusive — disliking something automatically removes any existing like or super-like for the same title. Disliked titles are also filtered out of recommendation rows.
Returns 201 if the item was newly added, 200 if it was already disliked.
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 item to add. Use the full Discovr media ID — MV_<id> for movies, TV_<id> for TV shows.
Full media ID — MV_<tmdbId> for movies, TV_<tmdbId> for TV shows (e.g., MV_550)
"MV_550"
Item was already disliked — no change made.
Confirmation response with the action taken. For exclusive lists (liked/disliked/super_liked), also includes added (which list the item was added to) and optionally removed (which list it was removed from).