post
https://localhost:44395/api/recommendation/index-assets
Behavior: Triggers a full indexing of all media assets into the recommendation engine, making them available for personalized recommendations.
Authorization: Requires an authenticated user (method-level [Authorize]).
Side Effects: All media assets are indexed or re-indexed in the recommendation engine. This may be a long-running operation.
Error Scenarios: Returns 401 if the user is not authenticated. Returns 400 if the request is invalid. Returns 500 if the indexing process fails.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200The assets were successfully indexed.
204No content to index.
500An unknown error occurred during indexing.
