Broadcast Content Schedule

Create content schedule time slot

POST
https://api.tunio.ai/v1/broadcast-schedule/content/slot

Create a single content schedule entry with conflict checking and force option

Request body

Create content schedule request

NameTypeDescription
contentRequiredstring
Content references the UUID of the content item.
content_typeRequiredstring
ContentType specifies what kind of content is scheduled.
day_of_weekRequiredinteger
DayOfWeek indicates the target day (1=Monday ... 7=Sunday).
forceboolean
Force replaces conflicting schedule entries when set true.
start_timeRequiredstring
StartTime defines the slot start in HH:MM or HH:MM:SS.
streamRequiredstring
Stream is the UUID of the stream owning the schedule.
Request example
01{
02 "content": "string",
03 "content_type": "string",
04 "day_of_week": 0,
05 "force": true,
06 "start_time": "string",
07 "stream": "string"
08}

Responses

NameTypeDescription
successboolean
Success indicates the schedule slot was created.
uuidstring
UUID is the identifier of the created schedule entry.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
NameTypeDescription
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.