Add New Stream
'add_stream' allows you to add a new stream to your cluster. Spaces are allowed in the 'name' variable. You can use GET or POST to supply the variables.
https://zeuscluster.com/api/?auth=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX&c=add_stream&name=test 123&record_stream=yes&ai_monitor=no
curl -X POST "https://zeuscluster.com/api/?auth=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX&c=add_stream" \
-d "name=test 123" \
-d "record_stream=yes" \
-d "ai_monitor=no"
{
"status": "success",
"result": {
"name": "test 123",
"cluster_guid": "efb2101b-3164-1385-2060-c720ac07e774",
"stream_guid": "6fe09774-85d2-d184-a31b-9b39ac8518fe",
"rtmp_guid": "dbc8d761-8a66-f52e-9f09-ad4c9c6b7760",
"hls_guid": "0a285dfe-7afe-c7be-6218-263d997ffd84"
}
}