Super.AI API 101

The super.AI API provides programmatic access to our platform. Learn about the three methods of interacting with our API.

πŸ“˜

New to REST APIs?

Learn the basics with our Introduction to REST APIs.

The super.AI API provides programmatic access to super.AI. We offer 3 methods of interacting with our API:

  • cURL
  • Python
  • Command-line interface (CLI)

Each method requires a slightly different approach, so we offer a getting started guide for each method. The method you choose is largely a matter of personal preference. Generally, however, cURL is quickest and most convenient if you’re new to APIs or are looking to conduct a quick test, Python allows for more flexibility and advanced scripting, and the CLI is a more human-readable approach.

Choose a getting started guide to get going:

An exhaustive rundown of all the functionality of our API can be found in the API reference. The API reference is your technical guide to the super.AI API. It details the API endpoints, parameters, errors, etc. These materials in the API reference require advanced understanding of the super.AI platform.