Complete documentation for 500+ API endpoints
Jump to specific API category
Create, manage, and control live streams with multi-protocol support
/v1/streamsstreams:writeCreate a new live stream with specified protocol and configuration
/v1/streamsstreams:readRetrieve paginated list of streams with optional filters
/v1/streams/{stream_id}streams:readRetrieve complete information about a specific stream
/v1/streams/{stream_id}streams:writeUpdate stream configuration and metadata
/v1/streams/{stream_id}streams:writePermanently delete a stream and associated resources
/v1/streams/{stream_id}/startstreams:writeManually start a stream (if not auto-start)
/v1/streams/{stream_id}/stopstreams:writeStop an active stream and finalize recording
Real-time and historical analytics for streams and viewers
/v1/analytics/streams/{stream_id}analytics:readRetrieve comprehensive analytics for a stream
/v1/analytics/viewers/{stream_id}analytics:readReal-time viewer data including geography and devices
/v1/analytics/engagement/{stream_id}analytics:readDetailed engagement metrics including chat, reactions, shares
Manage recordings, VOD content, and media library
/v1/recordingsrecordings:readRetrieve list of all recordings with pagination
/v1/recordings/{recording_id}recordings:readRetrieve details and download URLs for recording
/v1/recordings/{recording_id}recordings:writePermanently delete a recording file
/v1/content/uploadcontent:writeUpload video file for on-demand streaming
Configure and manage webhook subscriptions
/v1/webhookswebhooks:writeRegister new webhook endpoint for event notifications
/v1/webhookswebhooks:readRetrieve all configured webhooks
/v1/webhooks/{webhook_id}webhooks:writeRemove webhook subscription
/v1/webhooks/{webhook_id}/testwebhooks:writeSend test event to webhook endpoint
Manage team members, roles, and permissions
/v1/users/inviteusers:writeSend invitation to join organization
/v1/usersusers:readGet all users in organization
/v1/users/{user_id}users:writeUpdate user role and permissions
Manage billing, subscriptions, and usage quotas
/v1/billing/usagebilling:readRetrieve current billing period usage
/v1/billing/subscriptionbilling:readRetrieve current subscription details
/v1/billing/upgradebilling:writeUpgrade to higher tier plan
Administrative endpoints for system management
/v1/auth/keysadminCreate new API key with scopes
/v1/admin/logsadmin:readRetrieve system audit logs