Overview
All Intellibase API requests require authentication using API keys. API keys are generated from the Intellibase Dashboard and provide programmatic access to your projects and data.Getting Your API Key
Log in to the Dashboard
Navigate to the Intellibase Dashboard and sign in with your account.
Create a New Key
Click Create API Key, give it a descriptive name, and optionally set an expiration date.
Using API Keys
Authorization Header
Include your API key in theAuthorization header as a Bearer token:
Code Examples
- Python
- TypeScript
- cURL