Creates a page of recommendation rows for the current profile and session.
Pages are consistent within a session — calling this with the same filters returns the same page ID. This means your users see a stable, predictable home screen while they browse, rather than results shuffling around.
To get a fresh set of recommendations, start a new session by calling POST /auth/session-token.
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}
Optional filters to shape the recommendation page. Omit for a default page based on the profile's full taste history.
Page created successfully