VIdeo API Authentication

The Server API uses the HTTP Basic Authentication mechanism to authenticate API calls. Each API call is validated via the authentication header.

The Server API for your Application is accessed using your:

  • Application ID or APP_ID as Username
  • Application Key or APP_KEY as Password

http basic authentication header in API call request

POST https://api.enablex.io/video/v2/rooms/
Authorization: Basic XXXXXX
Content-Type: application/json

The Authorization header above, contains a value XXXXX, which is a base64 encoded string of the APP_ID:APP_KEY.

How to get APP_ID and APP_KEY?

  1. Log in to EnableX portal.

Note: If you do not have an account, sign up here .

  1. Click CREATE PROJECT and enter the Project Details.

  2. Toggle to enable the Video option in the Capabilities section.

  3. Click CREATE PROJECT. A pop-up dialog box appears.

  4. Click GET STARTED on the pop-up dialog box. A form Choose your preferred method of development appears.

  5. Under I Love To Code, click Start with APIs.

  6. Under App ID/Key, click SEND APP CREDENTIALS to send the credentials to your registered email address.

  7. Use this App ID and App Key in your Application Server for API Call.

Alternatively,

  1. Follow the Video / Get Started in the left menu bar.

  2. Select your newly created Project from the dropdown menu and click Apply. A form Choose your preferred method of development appears.

  3. Under I Love To Code, click Start with APIs.

  4. Under App ID/Key, click SEND APP CREDENTIALS to send the credentials to your registered email address.

  5. Use this App ID and App Key in your Application Server for API Call.

Once your Project is created, you will receive an email with the Project's Access Credentials, that is APP_ID and APP_KEY.