# ioio.tv: API Documentation
# VOD
The VOD(Video On-demand) services API Guide provides the developer with tools to create, manage and observe VOD related operations.
Swagger Broker
# Live
The Live services API Guide provides the developer with tools to create, manage and observe live workflows. The base objects are blueprints, workflows and pipelines.
A blueprint is a configuration template which consists of inputs,outputs, data and Encoder settings, used in a Live Stream workflow configuration. A workflow extends
the blueprint by overriding or additional configuration parameters to it. The workflow is created by single API call passing the blueprint as a mandatory parameter.
To create a live stream configuration you have to pass a valid workflow to another API call which returns created resources info and it's status.
Swagger Live