Authentication
All requests to the Supadata API require authentication using an API key.
Getting an API Key
- Sign up for an account at dash.supadata.ai
- Choose a subscription plan
- Your API key will be generated automatically
Using Your API Key
Include your API key in all API requests using the x-api-key
header:
curl -H "x-api-key: YOUR_API_KEY" https://api.supadata.ai/v1/...
⚠️
Never share your API key or commit it to version control. Use environment variables to store your API key securely. Only access the API from a secure server environment.