Generating API key for integrations

Generating API key for integrations

Get an API Key

To start to use C8 Apis 

  1. Go to the Cinema8 admin panel and navigate to Settings Area
  2. Select API Keys in the settings panel
  3. Select the user to assign this API key. This key will be functional with selected user's roles & permissions.
  4. Press Create API Key button to generate your API key.

 

Generating API key for integrations

 

Add the API key to your request

You must include an API key with every Rest or JavaScript API request. You can use our sample codes to test the API access. Replace  YOUR_API_KEY  with your API key.

Sample codes in cinema8 GitHub account

C8 API keys don't have a time limit, you can also create multiple keys for multiple purposes-users. 

You can read these articles to implement integration with the Cinema8 platform ;

Authentication & SSO

Javascript API

REST API

    • Related Articles

    • Getting started with C8 API

      Cinema8 APIs to build extensive digital experiences within your videos. Cinema8 has an extensive API to support your business and your customers’ needs while developing interactive video-based solutions. Whether you are developing a web application, ...
    • Widget API

      Widgets are key expansion points of any cinema8 interactive video. While You can use any widget from the widget library you can also develop your own customized widgets with the C8 Widget Development environment. This article  walks you through the  ...
    • REST API

      This section explains the basics of how to use the Cinema8 Rest API. Before You Begin You can access Cinema8 Rest API documentation and postman collection from this link. In order to access the rest services, you must create an API Key, you can ...
    • Javascript API

      We will explain the basics of how to use the Cinema8 Player JavaScript API component of Cinema8 Player. It uses the same interface for HTML5 video player API and extends it with advanced features. Download js from cdn Download Cinema8 Player ...
    • Private Token API

      You can create private access URLs for private videos, you can define time-restricted access rights to your videos. You can also track users in reports and analytics screens with the private access link's 'referenceName' you defined. You can create ...