Quick Start

This is a quick overview to getting started with the Rollup API using standard API Key authentication.

Authenticating with the Rollup API

Using API Keys

Create a new API key

  1. Go to Settings -> Developer Settings -> API keys

  2. Click on Add API key

  3. Add a label, then select the permissions for the key

  4. Click on Create

Create an API key with custom permissions

How to use the API key in requests

The API key should be sent as x-api-key header.

Hello World Example with API Key

curl --location 'https://api.rollup.ai/v1/workspace' \
--header 'x-api-key: <YOUR-API-KEY>'

Last updated