API Helper Libraries
To help you get started with the API more easily, we've made some helper libraries that abstract away the low-level logic of making HTTP requests and parsing XML or JSON responses. Learn more and download them below.
Silverlight
Our Silverlight class library lets you asynchronously send URLs to Zoom.it and get back URLs to the corresponding DZIs. We've built a version of this Silverlight library for use on Windows Phone 7, too.
.NET
Our .NET class library lets you use the API on ASP.NET, WPF and even WinForms. It provides the same asynchronous methods as the Silverlight library, but also offers synchronous equivalents for server-side use.
Downloads
ZoomitWebApi-binaries.zip (271 KB): binaries only of the helper libraries, along with the built sample applications.
ZoomitWebApi-source.zip (98 KB): source code only for the helper libraries and sample apps. These are distributed under the Microsoft Reference Source Library license.
