SEARCH
Newswire
explore
Collect, Share, & Discuss Your Favorite Videos

Vodpod API


Build your own video widget, or

Power a complete video community right on your site



The Vodpod API allows you to build custom video player widgets. By using the API you have complete control over all styling and video playback behavior. A custom widget provides a seamless mechanism for incorporating video into your site, while still using Vodpod for back-end management (tagging, thumbnailing, view tracking, broken video replacement and more). To help you get started, we've open sourced the code for our Gallery widget.


Power a complete video community

The Vodpod API allows you to programmatically add videos to any collection. This means you can power a complete video-collecting community on your site, using your existing user accounts.


Get Help

Visit the Vodpod API Google Group for documentation and discussion around the API.




Add the Vodpod Button to Your Site


Just add this code to your page:
    <script type="text/javascript"
    src="http://assetscdn.vodpod.com/javascripts/share_video.js"></script> 
  
to create this button to allow users to share your videos on Vodpod:



Please see the notes at embedcode.org for instructions on making your video easily sharable by your users.

Sample Service List


  • /pod/videos
    Get details for a set of videos contained in a pod.
  • /pod/details
    Get information about a pod, including description, tags, owner and followers.
  • /pod/search
    Search for videos by keywords within a pod.
  • /video/details
    Get complete details for a video, including title, description, tags, thumbnail, and embed code.
  • /video/search
    Searches for videos by keywords. Returns title, description, thumbnail and embed code for each video.
  • /video/post
    Add a new video to a pod, by specifying the embed code for page URL for the video.
  • Related Videos
    Return related videos based on collecting behavior. Contact us if interested.