Request
Body Params application/json
{
"name": "string",
"schedule": 0,
"shuffle": true,
"infiniteLoop": true,
"files": [
"string"
],
"streamKey": "string",
"streamUrl": "string",
"repeat": 0
}
Request Code Samples
curl --location --request POST 'https://streampeg.com/api/createTask' \
--header 'X-Auth-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"schedule": 0,
"shuffle": true,
"infiniteLoop": true,
"files": [
"string"
],
"streamKey": "string",
"streamUrl": "string",
"repeat": 0
}'
Responses
application/json {
"error": true,
"msg": "string"
}
Modified at 2024-08-06 15:02:45