API Reference
From ThirdPresence Wiki
Currently following versions of ThirdPresence API are active
- Version 10-09: Access the services at http://api.thirdpresence.com/10-09/[service]/
- Version 04-10: Access the services at http://api.thirdpresence.com/04-10/[service]/
Contents |
Version 10-09
When making a request to ThirdPresence API, certain common query paramaters must be included in every method call. The link below details the parameters and their usage.
Methods of /video/ -service
Access the services that provide the functionality to request and manipulate video items at http://api.thirdpresence.com/10-09/video/.
Available methods:
- getVideos: Returns latest videos of an account
- getVideoById: Returns video based on its object id or provider id
- getVideosByDesc: Returns videos based on description
- getVideosByCategory: Returns all content items from one category
- getDeliveryStatus: Returns the status of the video (inactive, under processing, active)
- insertVideo: Inserts a new video to a content category
- deleteVideo: Deletes a video
- updateVideoData: Updates a video's metadata
Methods of /category/ -service
Access the services that provide the functionality to request and manipulate content categories at http://api.thirdpresence.com/10-09/category/.
Available methods:
- listCategories: Lists all categories that are available for an account
- addVideoCategory: Adds new video category
- deleteCategory: Deletes category
- updateCategory: Updates metadata of a category
Version 04-10
04-10 includes all services and methods from version 10-09.
When making a request to ThirdPresence API, certain common query paramaters must be included in every method call. The link below details the parameters and their usage.
For feedback, please contact developers@thirdpresence.com.
Methods of /auth/ -service
Access to the services that provide the functionality to authorize and deny access for video items at http://api.thirdpresence.com/04-10/auth/.
Available methods:
- addToken: Sets authorization token for video item.
- removeToken: Removes authorization token from video based on its object id or provider id
Version 06-11
06-11 includes all services and methods from version 04-10.
When making a request to ThirdPresence API, certain common query paramaters must be included in every method call. The link below details the parameters and their usage.
For feedback, please contact developers@thirdpresence.com.
Methods of /ads/ -service
http://api.thirdpresence.com/06-11/ads/.
Available method:
- stitchVideos: Concatenates two videos. Preroll and content video.