Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Everything that you can do in the UI can be done using our API! 

REST API

The SpringServe API is a simple REST API that you can use no matter what your favorite programming language is. 

Base Url

https://video.springserve.com

SpringServe SDK

For your (and our) convenience we have created a python interface to our API. 

This library makes every part of our API more convenient and intuitive. With SDK you can use:

  • Intuitive functions to replace requests and authentication process
  • Tab completion to speed up your process and see available fields seamlessly.
  • easy-access documentation 

Configure and Authorize using your UI login information in one line.

SDK is very compatible with ipython, making the API much more useful for data analysis and debugging via python. 

Examples of SDK at work in ipython, including tab completion and documentation:

SDK will allow you to work more efficiently, we highly encourage you to use it for all your SpringServe API needs.  

Download it from Github

End points

You can find information about all of the different API end points below.  We show examples of using the REST API as well as SDK for all of them.


  • No labels