Skip to Content
DocumentationAuthentication

Authentication

All requests to the Supadata API require authentication using an API key.

Getting an API Key

  1. Sign up for an account at dash.supadata.ai
  2. Choose a subscription plan
  3. 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.