Skip to content

Read API

The Read API allows you to GET data from your Media Manager account. All these requests require you to authenticate.

Videos

Method URL Description
GET /video/{videoid} Get all videos on account in paged format.
GET /videos/tag/advanced/{key}/{value} Get all videos tagged with the advanced tag key value pair.
GET /videos/tag/advanced/{key} Get all videos tagged with the advanced tag key.
GET /video/{videoid}/progress Get the progress of the video as a percentage.
GET /video/search/{searchTerm} Search videos on your account.
GET /videos Get all videos in your account as paged content. See paging.
GET /caption/{captionid} Get caption text in SRT format.
GET /video/{videoid}/chapters Get chapters text in VTT format.

Tags

Method URL Description
GET /video/tags/advanced/values/{key} Get all advanced tags values that have a given key.
GET /video/tags/advanced/keys Get all advanced tags keys.

Playlists

Method URL Description
GET /playlists Get all playlists.
GET /playlist/{playlistID} Get details of a playlist.

Templates

Method URL Description
GET /templates Get all templates.
GET /template/{templateID} Get details of a template.