Skip to content
English - United Kingdom
  • There are no suggestions because the search field is empty.

REST API

This section provides an overview of using the Cinema8 REST API.

Before You Begin

API Endpoints

An API endpoint is a path that uniquely identifies a Cinema8 resource, such as an interactive video or user account. The exact endpoint path varies by resource type, but each path starts with https://cinema8.com/api/v1/.

* Items within braces, like {video_id}, represent parameter values.

Authorization Headers

To access any REST endpoint, include your API key in the request headers:

Authorization: Bearer <base_64_encoded(API_KEY)>

You can download the POSTMAN API Collection File from the attachments for easy testing and development.