Submits a user interaction event to the recommendation engine.

Behavior: Records a user interaction (such as a view, click, or like) with a specific content item to improve personalized recommendations.

Authorization: Requires an authenticated user (method-level [Authorize]).

Side Effects: The user interaction is recorded in the recommendation engine, which may influence future recommendations for this user.

Error Scenarios: Returns 401 if the user is not authenticated. Returns 400 if the action or ID parameters are invalid. Returns 500 if the interaction submission fails.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
int32
enum

The type of recommendation action being performed.

0 = Click

1 = Play

2 = Watch

3 = Bookmark

4 = Preview

5 = Purchase

6 = Like

7 = Dislike

uuid

The unique identifier of the content item the user interacted with.

Responses
200

The interaction was successfully recorded.

204

No content.

500

An unknown error occurred.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json