API

The Corsa platform provides a comprehensive API that allows you to ingest data directly into your workspace.

To start using the API, you must first authenticate with your personal API key.

Generating an API Key

API keys can be created through the Corsa web application:

  1. Log in to your Corsa account.
  2. Navigate to Settings → Developers → API Keys.
  3. On the API Keys page, click to generate a new key as shown below:

You can optionally set an expiration date and add a custom name for easier identification.


Using the API Key

Once you have your key, include it in the Authorization header of your API requests using the following format:

Authorization: Bearer {your-api-key}

For a full list of available endpoints and request examples, check out our API Reference