SPX Graphics · Example Payload

Spx Load Rundown Example

Example of loading a rundown file using the SPX Graphics Control API

BroadcastGraphicsLive ProductionMediaStreamingVideo ProductionFortune 1000

Spx Load Rundown Example is an example object payload from SPX Graphics, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titledescriptionrequestresponse

Example Payload

Raw ↑
{
  "title": "Load a Rundown",
  "description": "Example of loading a rundown file using the SPX Graphics Control API",
  "request": {
    "method": "GET",
    "url": "http://localhost:5656/api/v1/rundown/load?file=LiveShow/MainRundown",
    "headers": {}
  },
  "response": {
    "status": 200,
    "body": {
      "status": "ok",
      "message": "Rundown loaded: LiveShow/MainRundown"
    }
  }
}