Video API Host and URL

The API Host URL is the base URL used to access the application programming interface (API) of a web service. It is used to identify the location of the API and enables the application to make requests to the API and receive responses.

Video Server API Host URL: https://api.enablex.io/video/

Every major version release of the Video API includes a sub-directory named after the release version number, which is known as the base URL of the API.

Version Base URL: https://api.enablex.io/video/v2/

"v2" represents the version number of the API. The version number is used to isolate clients from changes to the API that might be introduced in future releases. All API endpoints are relative to this base URL and all API routes are mapped to it.

When you call the API, add the path for each method to form the complete API endpoint for your request.

Rooms Route URL: https://api.enablex.io/video/v2/rooms