Skip to main content
All Ace Data Cloud APIs use Bearer Token authentication.

Obtaining a Token

  1. Register an account at platform.acedata.cloud
  2. Subscribe to the required services
  3. Create credentials (API Token) for each service

Using the Token

Include the Token in the Authorization header of each request:
Authorization: Bearer YOUR_API_TOKEN
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 returns 429 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