Input workflow
A typical workflow for adding and processing a video stream would look like this:

In other words, the following steps are required:
- Authenticate into the api, as described on the Authentication section.
- Upload a input source using the endpoint in the Data group. You can also consult and select previously registered sources.
- Start processing your source through the endpoints in the Process group. By default, only a single process can be active at a time.
- Display the processed video stream in your desired output format. A http stream is available for easily visualizing the processed video stream in your browser. For formats more fit for integration, such as RTSP or RTMP, consult the Output group.
For a step by step explanation of this workflow with sample requests, see the following examples: