API Authentication

All API requests require an API key passed in the x-api-key header.

http
x-api-key: your-api-key-here

Getting your API key

  1. Go to Settings > API in the Buska dashboard
  2. Click "Generate API Key"
  3. Copy the key and store it securely

Rate limits

PlanMonthly limitReset
StarterNo API access-
Growth500 requests/month1st of each month
ScaleUnlimited-
If you exceed your rate limit, the API returns a 429 Too Many Requests response. Upgrade to Scale for 2,500 requests/month.

Related guides