Create a new page for the profile bound to your session token (profileId is a JWT claim, not request body).
Pages with identical filters within the same session are deduplicated (deterministic page id).
A page represents a collection of rows (media recommendations) based on optional filters.
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}
Body for POST /pages. The active profile is taken from the session JWT
(profileId claim); do not send profileId here.