Skip to content

Content Recommendations API Reference

The Content Recommendations platform offers two APIs:

  • Collector API — ingests content metadata and user behavior events.
  • Recommendations 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>

For details on provisioning tokens and separating keys per API, see Content Recommendations Authentication and Tokens.

Loading API docs...