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 account key, available in the Developer Tools tab, and the password is any of your active API Keys.
Documentation
Full documentation for the REST API is available via our Swagger page.