Get personalized feed recommendations

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_id configuration

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.

Language
Credentials
Bearer
mbd-{apiKey}
Click Try It! to start a request and see the response here!