Get Personalized Recommendations
GET/recommendations/personalized/
Suggestions based on the authenticated user's own download/view history (see compute_personalized_recommendations). Falls back to global trending when the user has no precomputed personalized data yet -- new account, no history since the last nightly run, or a history too narrow to score any candidates all count as "no personalized data", a valid non-error outcome, not "nothing to recommend at all".
Requires authentication (unlike similar/trending/editorial, which are pure discovery metadata): personalized results are tied to a specific user's history.
Request
Responses
- 200
- 401
OK
Unauthorized