Quick Start: In-Page Experience Platform (REST) API
Introduction
The In-Page Experience API allows you manage In-Page Experiences programmatically, making it particularly useful for CMS integrations, to allow users to create manage experiences from their own CMS instead of going to Gallery in Studio.
This quick start provides a sample implementation that allows users to:
- Get all In-Page Experience templates for an account
- Create a basic experience from the selected template
- Select either a playlist or list of videos to add to the experience
- Update the experience with the selected videos/playlist
- Publish the experience
Below is a high-level view of the app logic.
The app
You can find all the code for this app in this GitHup repository.
See the Pen Quick Start: In-Page Experience Platform API by Brightcove Learning Services (@rcrooks1969) on CodePen.
Using the CodePen
Proxy code
In order to build your own version the sample app on this page, you must create and host your own proxy. (The proxies used by Brightcove Learning Services only accept requests from Brightcove domains.) You can download two versions of our proxy code: