Media API General

An introduction to the Brightcove Media API, a REST-based API for accessing the content and metadata in your Brightcove account.

Read More

This document presents the basic steps to help you get started making Media API queries from ActionScript.

Read More

This document presents the basic steps to help you get started making Media API queries from JavaScript.

Read More

A link to the Brightcove Media API Reference.

Read More

This topic provides a reference to the Video, Playlist, and other objects returned by the Media API's read methods.

Read More

A reference to the error messages returned by the Media API, which include a numerical error code that classifies errors by type.

Read More

This document lists the changes we have made to date to the Brightcove Media API.

Read More

Using the API Management page in the Brightcove Studio to view and copy your API tokens.

Read More

Using dynamic script tags to access the Media API from JavaScript

Read More

This document provides an overview of how to use XMLHttp from JavaScript to call the Media API via a server-side proxy. Using the XMLHttp object in JavaScript to make calls to the Media API means you don't have to reload the page in order to get more data from the server. Rather, you can make an "inline" request and update only the parts of the current page that you want to change.

Read More