Skip to content

Content Recommendations API Reference

The Content Recommendations platform offers two APIs:

  • Collector API — ingests content metadata and user behavior events.
  • Recommender API — serves personalized recommendations.

Authentication

Both APIs are headless and require a Headless API token passed in the X-API-Key request header on every request:

X-API-Key: <your-token>

Headless API tokens are provisioned through the Delivery API. See Provisioning tokens through the Delivery API for instructions on generating, assigning, and managing tokens.

Loading API docs...