Overview
Anysite uses API key authentication to secure access to all endpoints. You’ll need to include your API key in the request headers for all API calls.Getting Your API Key
Create Account
Visit anysite.io and create your account
Authentication Methods
Access Token Header (Required)
Include your API key in theaccess-token header:
Rate Limits
API requests are subject to rate limiting to ensure fair usage:Rate limits vary by endpoint and subscription plan. Check your dashboard for current limits.
Error Responses
When authentication fails, you’ll receive one of these responses:Invalid or missing API key
API key doesn’t have permission for this resource
Rate limit exceeded