post
https://api.mbd.xyz/v2/farcaster/casts/feed/for-you
Overview
The recommendations endpoint delivers personalized content feeds tailored to individual users. This endpoint consumes feed configurations (referenced via feed_id) to generate ranked lists of content from Farcaster posts or Zora posts.
Key Concepts
- Feed Configuration: Pre-configured feeds created via the Feed Management API define filtering, scoring, and ranking logic
- Personalization: Recommendations are customized per user based on their interaction history, following graph, and preferences
- Feed Sources: Supports both Farcaster items (posts) and Zora coins (posts)
- Override Parameters: Any parameters passed directly to the API override those saved in the
feed_idconfiguration
Usage
Returns a list of recommended items (posts or Zora posts) for a specific user - items the user is most likely to interact with. The feed_id parameter lets you use preconfigured filters and ranking logic from the console, while direct API parameters provide runtime overrides.
