Skip to main content

Viostream REST API

In order to enable programmatic access, Viostream provides a RESTful API containing the following resources:

  • Account
  • Channel
  • Media
  • Tag
  • Whitelist

Obtaining an API Key

Admin users can navigate to the Developer Tools tab in settings  Settings to create and manage API Keys.

Authentication

Viostream's REST API uses HTTP BASIC authentication. The username is your Access Key, and the password is the Secret Key.

Documentation

Full documentation for the REST API is available via our Swagger page.