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

请求体

Create content schedule request

名称类型说明
content_idRequiredstring
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.
stream_idRequiredstring
Stream is the UUID of the stream owning the schedule.
请求示例
01{
02 "content_id": "string",
03 "content_type": "news",
04 "day_of_week": 0,
05 "force": true,
06 "start_time": "string",
07 "stream_id": "string"
08}

响应

名称类型说明
slot_idstring
UUID is the identifier of the created schedule entry.
successboolean
Success indicates the schedule slot was created.
名称类型说明
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
名称类型说明
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
名称类型说明
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
名称类型说明
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.
名称类型说明
messagestring
Message contains human readable error details.
successboolean
Success is always false for error payloads.