Several SDKs for different languages are available.
Ooyala offers easy-to-use "wrapper" software development kits (SDKs) for the Backlot REST-based APIs in a variety of programming languages. For example, to create new request and sign it is as easy as the following (in Java):
OoyalaAPI api = new OoyalaAPI("apikey", "secret key");
In addition, sample code for computing signatures and signing requests in a number of programming languages (without the wrapper SDKs) is also available. See Sample Code for Signing Requests.