Broadcast Content Schedule
Create content schedule time slot
POST
https://api.tunio.ai/v1/broadcast-schedule/content/slotCreate a single content schedule entry with conflict checking and force option
Request body
Create content schedule request
| Name | Type | Description |
|---|---|---|
| contentRequired | string | Content references the UUID of the content item. |
| content_typeRequired | string | ContentType specifies what kind of content is scheduled. |
| day_of_weekRequired | integer | DayOfWeek indicates the target day (1=Monday ... 7=Sunday). |
| force | boolean | Force replaces conflicting schedule entries when set true. |
| start_timeRequired | string | StartTime defines the slot start in HH:MM or HH:MM:SS. |
| streamRequired | string | 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
| Name | Type | Description |
|---|---|---|
| success | boolean | Success indicates the schedule slot was created. |
| uuid | string | UUID is the identifier of the created schedule entry. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |
| Name | Type | Description |
|---|---|---|
| message | string | Message contains human readable error details. |
| success | boolean | Success is always false for error payloads. |