Introduction
The Ingest Profiles API allows you to:
-
Get the profiles for your account
-
Create new profiles
-
Update profiles
-
Delete profiles
-
Set or update the default profile for your account
A Restful API
The Ingest Profiles API is a RESTful API. It accepts HTTPS requests and returns a JSON response.
This means that you can use the API with any language you choose - Ruby, Java, PHP, Python, JavaScript (via AJAX or nodejs), etc. All you have to be able to do is make HTTPS requests and handle a JSON response.
Get credentials
Quick start app
Find all the code associated with this sample in this GitHub repository.See the Pen Quick Start: Ingest Profiles API (Dynamic Delivery) 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.) A sample proxy, very similar to the one we use, but without the checks that block requests from non-Brightcove domains, can be found in this GitHub repository. You will also find basic instructions for using it there, and a more elaborate guide to building apps around the proxy in Using the REST APIs.