Other
wowza.com
Wowza Streaming Cloud REST API Reference Documentation sandbox and mock API
# About the REST API The Wowza Streaming Cloud<sup>TM</sup> 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-based requests to cloud-based servers through the REST API. The Wowza Streaming Cloud REST API featur Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 104
- Collections
- -
- Event types
- -
example request
curl https://your-wowza.slurry.io/api/v1/api/v1/specs \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
First 12 of 104.
- GET/api/v1/specs
- GET/live_streams
- POST/live_streams
- GET/live_streams/{id}
- PATCH/live_streams/{id}
- DELETE/live_streams/{id}
- PUT/live_streams/{id}/regenerate_connection_code
- PUT/live_streams/{id}/reset
- PUT/live_streams/{id}/start
- GET/live_streams/{id}/state
- GET/live_streams/{id}/stats
- PUT/live_streams/{id}/stop