The Dubformer API uses API keys to authenticate requests. You can view and manage your API keys in the Dubformer Studio Dashboard.All API requests must include your API key in the Authorization header:
Copy
Authorization: Bearer YOUR_API_KEY
Keep your API keys secure and do not share them in publicly accessible areas such as GitHub, client-side code, or public forums.
The Dubformer API implements rate limiting to ensure fair usage and system stability. Current limits are:
60 requests per minute per API key
1000 requests per day per API key
If you exceed these limits, you’ll receive a 429 Too Many Requests response. The response will include Retry-After header indicating how many seconds to wait before making another request.