stitchVideos

From ThirdPresence Wiki

Description

POST Request. Request Content-type have to be application/json

Request parameters

VideoItem as JSON String in request content.

Mandatory fields are sourceurl and adurl which defines Thirdpresence ids of the content video and preroll video.

Before using stitchVideos method you have to use insertVideo to add the content video and the preroll video in to Thirdpresence service.

Response Elements

VideoItem as JSON String.

Examples

Example requests
http://api.thirdpresence.com/06-11/ads/?Action=stitchVideos&
 authToken=ewquo0d0a9dlcadkd09u&version=16-11

 {
  "name":"James Sanders provoca with preroll",
  "synopsis":false,
  "position":0,
  "expiretime":"10.03.2012 02:17:08",
  "description":"Some description",
  "sourceurl":"300001",
  "adurl":"300002",
  "categoryid":2101
 }

Example Response

API Reference

This page was last modified on 10 January 2012, at 09:59.