Twiddla Home
Close
Convert to an API Sandbox Account
Try it out with a Free Account
Click here to get an API Sandbox account.

Twiddla API Reference

For adding Twiddla to your own site

Twiddla's Application Programming Interface (API) lets you host Twiddla meetings on your own website. You can create new meetings on the fly and embed them into any page you'd like. You can disable the bits you don't want to see, and you can even show your own logo instead of ours.

Client Libraries

We have Client Libraries in several languages that you can use to get up and running in a hurry. If you don't see your favorite language on the list, let us know and we'll see about getting you one. Or better still, write your own and point us towards it!

.NET

You can download our official C# Client Library for the Twiddla API from Github as a zip archive that you can drop directly into your project.

PHP

You can download our official PHP Client Library for the Twiddla API from Github as a zip archive that you can drop directly into your project.

Python

You can download our official Python Client Library for the Twiddla API from Github as a zip archive that you can drop directly into your project.

Java

You can download our official Java Client Library for the Twiddla API from Github as a zip archive that you can drop directly into your project.

Other Languages

If you take a quick peek at any one of our Client Libraries, you'll notice that it's not particularly hard to get up and running on the Twiddla API in any language. If you manage to spend more than a few hours rolling your own wrapper in your language of choice, you might want to rethink having chosen that language in the first place. (Seriously, it's just a few http calls!)

If you have a working Client Library in any language that you'd like to set loose upon the world, please let us know where to find it and we'll point people in your direction.