insertVideo

From ThirdPresence Wiki

Description

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

Request parameters

VideoItem as JSON String in request content.

Response Elements

VideoItem as JSON String.

Only mandatory field is sourceurl which defines location of original video file as http url.

Examples

Example requests
http://api.thirdpresence.com/10-09/video/?Action=insertVideo&
 authToken=ewquo0d0a9dlcadkd09u&version=10-09

 {
  "name":"James Sanders provoca",
  "synopsis":false,
  "position":0,
  "expiretime":"10.03.2012 02:17:08",
  "description":"Some description",
  "sourceurl":"http:\/\/somehost\/EXAMPLE.mp4",
  "categoryid":1179
 }

Example Response

API Reference

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