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

Generating API key for integrations

Setting Up API Keys for Cinema8 Platform Integration

Get an API Key

New Users: Before you can start using the Cinema8 Platform APIs and SDKs, you must sign up and create a billing account. To learn more, see Get Started with Cinema8 Platform.

Cinema8 supports the OAuth specification to authorize access to API endpoints.

To start using Cinema8 APIs:

  1. Go to the Cinema8 admin panel and navigate to the Integrations area.
  2. Select "API Keys" in the settings panel.
  3. Select the user to assign this API key. This key will operate with the selected user's roles and permissions.
  4. Click the "Create API Key" button to generate your API key.

Add the API Key to Your Request

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 actual API key.

Sample codes in Cinema8 GitHub account

Cinema8 API keys have no expiration, and you can create multiple keys for different users and purposes.
Read these articles for more on integrating with Cinema8:

Authentication & SSO

JavaScript API

REST API