Documentation

Our server-side SDKs allow you to set up authorization tokens and handle videos in secure manner and to do it outside of influence of anyone visiting your pages - and of course they do so much more.

As all calls are private to your own server, your server and our servers are the only ones that know what is happening while the rest just see the fruits of their cooperation.

Now what we have done for you is that we have made all of our SDKs having same methods that you can call and use, which means that all you need to do is choose your flavor and add it to the server.

Since they are having same inputs and outputs, they are just like a simple module - you can easily switch to some other server side language and just download the new SDK and be on your way - no need to recode anything for our code and we will be adding many more SDKs over time.

Don't want to use SDK? That is all OK with us, the SDKs are just wrappers around our Ziggeo API that you can always use with simple HTTP requests for which you should check out our API section.

Here is the list of all of the SDKs that you can download and use on your server

  1. PHP

    Requirements: PHP 5.3

    [ Direct download ] · [ View on GitHub ] · [ Read more ]

  2. Python

    Requirements: Python 2.7

    [ Direct download ] · [ View on GitHub ] · [ Read more ]

  3. Node.js

    Requirements: Node.js 0.10.20

    [ Direct download ] · [ View on GitHub ] · [ Read more ]

  4. Ruby

    Requirements: Ruby 1.9.3

    [ Direct download ] · [ View on GitHub ] · [ Read more ]

  5. Java

    Requirements: Java 7

    [ Direct download ] · [ View on GitHub ] · [ Read more ]

  6. C#

    Requirements: C# 4

    [ Direct download ] · [ View on GitHub ] · [ Read more ]

Use the simple tool bellow to see just how easy it is