Endpoints

POST /enqueue

Requires a valid key provided via a X-Api-Key header or key query string parameter.

Example cURL request
curl -X POST -H 'X-Api-Key: <KEY>' -d 'id=<ID>' https://tv4-youtube-uploader-stage.herokuapp.com/enqueue
  • Parameters
  • Name Description Required Type Example
    id

    The id value should be a Vimond Asset ID that is marked for upload to YouTube

    Required string 3968321
  • Response 200 SHOW
  • < Content-Type: application/json; charset=utf-8
  • Response 400 SHOW
  • Returned if id field is missing from request body
    
    
  • Response 401 SHOW
  • Returned if API key is invalid
    
    
  • Response 405 SHOW
  • Response 500 SHOW
GET /delivery/keys

A sorted list of all delivery keys

  • Response 200 SHOW
  • < Content-Type: application/json; charset=utf-8

Info

Endpoints containing information about the TV4 YouTube Uploader service.

GET /__status

Whatsup status document

  • Response 200 SHOW
  • < Content-Type: application/json; charset=utf-8
GET /workers

Information about the state of the workers

  • Response 200 SHOW
  • < Content-Type: application/json; charset=utf-8