wowza.com

About the REST API The Wowza Streaming Cloud TM REST API (application programming interface) offers complete programmatic control over live streams, transcoders, stream sources, and stream targets. Anything you can do in the Wowza Streaming Cloud UI can also be achieved by making HTTP-

🔑 apikey 104 endpoints media
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (8 total)

# Maven: see https://github.com/WowzaMediaSystems/gocoder-sdk-camera2-shaders
# Maven: see https://github.com/WowzaMediaSystems/wse-plugin-s3upload
# Maven: see https://github.com/WowzaMediaSystems/gocoder-sdk-samples-android
gem install wsc-sdk-ruby
dotnet add package WowzaCloudSharp
# See https://github.com/WowzaMediaSystems/wsc-sdk-java
# See https://github.com/medlmobileenterprises/react-native-wowza-gocoder
# See https://github.com/WowzaMediaSystems/gocoder-sdk-samples-ios
curl examples
Fetch all players
curl \
  -H "wsc-access-key: $API_KEY" \
  /players
Fetch all schedules
curl \
  -H "wsc-access-key: $API_KEY" \
  /schedules
Fetch all recordings
curl \
  -H "wsc-access-key: $API_KEY" \
  /recordings
Endpoints (104 total)
GET
/players
Fetch all players
GET
/schedules
Fetch all schedules
GET
/recordings
Fetch all recordings
GET
/transcoders
Fetch all transcoders
GET
/api/v1/specs
Fetch Swagger information
GET
/live_streams
Fetch all live streams
GET
/players/{id}
Fetch a player
GET
/schedules/{id}
Fetch a schedule
GET
/stream_sources
Fetch all stream sources
GET
/stream_targets
Fetch all stream targets
GET
/recordings/{id}
Fetch a recording
GET
/transcoders/{id}
Fetch a transcoder
At a glance
Total SDKs8
Languages5
Endpoints104
Authapikey
Categories1