How do I get an API key?
How to create and use your brandql API key.
Overview
To use brandql's API, you'll need an API key for authentication.
Steps
- Log in to your brandql dashboard.
- Go to Settings > API Keys.
- Click Generate New Key.
- Copy and store your key securely.
Usage
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.brandql.com/v1/your-endpoint
Was this page helpful?