Obtaining a Token
- Register an account at platform.acedata.cloud
- Subscribe to the required services
- Create credentials (API Token) for each service
Using the Token
Include the Token in theAuthorization header of each request:
Each Token is bound to a specific service subscription. Different services use different Tokens, or create a global credential for cross-service use.
Rate Limits
Rate limits vary by service and subscription level. When limits are exceeded, the API returns429 Too Many Requests.
Security Best Practices
- Do not expose API Tokens in client-side code
- Store Tokens in environment variables
- Rotate Tokens regularly
- Use different Tokens for development and production environments

