Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
The Vega Content Personalization API provides functionality that allows an app developer to provide personalized experiences to customers and showcases relevant content.

Get started

Setup

  1. Add the following library dependency to the dependencies section of your package.json file.
  • The kepler-content-personalization package provides functionality for sending your content personalization data to the system.
  • The amzn/kepler-epg-provider package would provide the dependencies used for channelDescriptor in PlaybackEvent data model.
  • The headless-task-manager package provides functionality to register your data-pull background service with the system.
  1. In your manifest.toml, add the following privileges.
Get Started with Vega Content Personalization

API Reference

Classes

Interfaces

  • IContentEntitlement — Interface representing a customer’s individual content entitlement. Created using ContentEntitlementBuilder.
  • IContentEntitlementsHandler — Interface that content provider applications implement to handle commands from Amazon’s content personalization service to fetch content entitlement data.
  • IContentEntitlementsProvider — Used to provide responses to commands requesting content entitlement data.
  • IContentId — Interface representing a content ID. Create using ContentIdBuilder.
  • IContentInteraction — Interface representing a customer’s interaction with content. Create using ContentInteractionBuilder.
  • IContentPersonalizationServer — Interface for Content Personalization Server
  • ICustomerListEntriesHandler — Interface that content provider applications implement to handle commands from Amazon’s content personalization service to fetch customer managed list data.
  • ICustomerListEntriesProvider — Used to provide responses to commands requesting customer managed list data.
  • ICustomerListEntry — Interface representing an entry in a customer managed list. Create using CustomerListEntryBuilder.
  • IPlaybackEvent — Interface representing a customers playback state at a moment in time. Create using PlaybackEventBuilder.
  • IPlaybackEventsHandler — Interface that content provider applications implement to handle commands from Amazon’s content personalization service to fetch playback event data.
  • IPlaybackEventsProvider — Used to provide responses to commands requesting playback event data.
  • IProfileId — Interface representing a profile ID within a namespace.

Enumerations


Last modified on July 22, 2026