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.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | The display name for the profile. Must be a non-empty string. |
| avatarUrl | string (uri) | Yes | The URL of the profile avatar image. Must be a non-empty string. |
Returns
CreateProfileResponse — Profile created successfully
View response structure
View response structure