Authentication
Learn how to authenticate with the HyperDynamic Controller API.
API Keys
All API requests require authentication using an API key.
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.hyperdynamic.cn/v1/controllerGetting an API Key
- Log in to your HyperDynamic dashboard
- Navigate to Settings → API Keys
- Click Create New Key
- Copy and securely store your key
Key Permissions
| Permission | Description |
|---|---|
read | Read-only access to controller data |
write | Create and modify controller settings |
admin | Full administrative access |
Rate Limits
- Standard: 100 requests/minute
- Pro: 1000 requests/minute
- Enterprise: Unlimited
Last updated on