get https://api.prod.shaped.ai/v0/models//rank
Fetch the items that are most relevant to your user.
This endpoint returns the ranked results for your trained ranking model. The result is a list of item_ids
ordered by the relevance for the passed in user_id
.
Latency
This endpoint maintains an average 200ms latency and is suitable for real-time usage within your product. Behind the scenes, your ranked model results are cached to ensure efficient inference.