post https://api.zype.com/scheduler/v1/channels//draft/operations
Log in to see full request history
Responses
xxxxxxxxxx
32curl --request POST \
--url https://api.zype.com/scheduler/v1/channels/id/draft/operations \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"operation": {
"type": "pushTrackItem",
"trackName": "baseTrack",
"values": {
"trackItem": {
"graphic": {
"asset": {
"staticOverlay": {
"yPosition": 5,
"xPosition": 5,
"scale": 100
},
"textOverlay": {
"fontSize": 12,
"color": 5,
"font": "Arial Narrow",
"yPosition": 0,
"xPosition": 0
}
}
}
}
}
Try It!
to start a request and see the response here! Or choose an example: