Authorization
header:
Keep your API keys secure and do not share them in publicly accessible areas such as GitHub, client-side code, or public forums.
Example Request
Here’s an example request to list your projects:Rate Limiting
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
429 Too Many Requests
response. The response will include Retry-After
header indicating how many seconds to wait before making another request.
Error Responses
When authentication fails, you’ll receive one of the following error responses:- 401 Unauthorized: Your API key is missing or invalid
- 403 Forbidden: Your API key doesn’t have permission to access the requested resource