Usage Limits
The APIs have usage limits in place to ensure fair usage and maintain the performance and availability of the system. This section provides details about the two types of usage limits: Rate Limit and Quota Limit.
Rate Limit
The Rate Limit specifies the maximum number of API requests you can make within a specific time frame. For BlendIt Studios' Enterprise APIs, the Rate Limit is set at 10 requests per second. This means that you can make up to 10 API requests per second from your integration. Exceeding this limit may result in API responses with HTTP status code 429 (Too Many Requests) until the rate limit resets.
To avoid hitting the Rate Limit, we recommend implementing appropriate request throttling or batching mechanisms in your application. This will help regulate the number of requests sent to the APIs and ensure a smooth and uninterrupted experience for both you and other users.
Quota Limit
The Quota Limit determines the maximum amount of API usage you can have within a given time period. With BlendIt Studios' Enterprise APIs, the Quota Limit is associated with your credit balance. As long as you have sufficient credits, there is no fixed quota for the number of API requests you can make. You can continue using the APIs until your credits expire.
To manage your credit usage effectively and avoid any disruptions, we recommend keeping track of your credit balance and replenishing your credits in a timely manner. This will ensure that you can continue utilizing the APIs without interruptions.
Monitoring Usage and Limits
To help you monitor your API usage and stay within the specified limits, we provide headers in the API responses that convey relevant information. These headers will inform you about the current rate limit status, remaining credit balance, and any other relevant details regarding usage limits. It is important to parse and utilize these headers to ensure compliance with the defined limits.
Should you have any questions or concerns about the usage limits, or if you need assistance with optimizing your API usage, please reach out to our support team. We are here to assist you in making the most of Blend's DaaS api.