Capsule API

App Showcase

Take a look at a range of apps that integrate with Capsule

What's New

We make regular updates to the API, see what's new

Getting Started

To help you develop your ideas before you start committing code to your project, it’s useful to use a command line tool like curl to help you experiment with the API. Curl comes pre-installed on macOS and most Linux distributions, and can be downloaded for Windows from the curl website. If you’re downloading Curl, be sure to select a package with SSL support. We’ll use Curl throughout the examples in this section.

Here are a few steps to help you get started:

  1. Authentication
  2. Reading from the API
  3. Writing to the API
  4. Handling API responses
  5. Avoid polling with REST hooks