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
Go to
Settings
->Developer Settings
->API keys
Click on
Add API key
Add a label, then select the permissions for the key
Click on
Create

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
Was this helpful?