Introduction

Welcome to the Composable Platform API documentation! This guide will walk you through the available endpoints and demonstrate how to use them with cURL and the client SDK.

Studio UI

Before diving into the API, it's important to understand how the Composable Studio UI and Composable Platform APIs are related. The Composable Studio UI, built on top of the Composable Platform API, is available to users through two different environments:

Platform API

The Composable Platform offers two distinct sets of APIs which are available through a number of URLs:

Authentication

Both the Studio API and the Zeno API use JWT tokens to authenticate API requests. Only the Studio API can authenticate API requests using an API Key.

Code Examples

This documentation provides examples for each API call using:

  • cURL: A command-line tool that can be used to make HTTP requests.
  • Composable Client SDK: A convenient way to interact with the platform from your TypeScript or JavaScript code.

Data Structures

This documentation provides JSON samples for the objects used in the API calls.

Getting Started

To get started with the Composable Platform API, you will need a Composable Project and API Key. Please review Getting Started with Composable Studio for more information.

Once you have your API Key, you can use it to obtain a JWT token. The JWT token can then be used to authenticate subsequent API calls.

Was this page helpful?