Version: v3
Viostream API
The Viostream API provides comprehensive access to video and account management. Built for developers who need to integrate video functionality into their applications, this RESTful API supports everything from media upload and transcoding to channel management, tagging and audience control.
Features
- Media Management: Upload, organise, and manage video content
- Access Control: Domain whitelisting
Authentication
The Viostream API uses HTTP Basic Authentication. You'll need:
- Username: Your Viostream Access Key (starting with
VC-
) - Password: API key generated from Developer Tools in Settings
Contact Customer Success to enable API access for your account.
Rate Limiting
API requests are rate limited to ensure optimal performance for all users. Rate limit headers are included in all responses to help you manage your request frequency.
Getting Started
- Contact Customer Success to enable API access
- Generate your API credentials from Settings → Developer Tools
- Test authentication with the account info endpoint
- Begin integrating with your preferred endpoints
Authentication
- HTTP: Basic Auth
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | basic |
Bearer format: | Basic |