Creates a new profile for the authenticated user.
Each user can have multiple profiles to organize their media preferences and watch history. Profiles are independent and can have their own lists, ratings, and viewing history.
Note: There may be limits on the number of profiles per user (check your account settings).
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}
Profile created successfully
The unique identifier of the newly created profile. Use this ID for subsequent profile operations.
"profile_abc123xyz"