AI HomeDesign API Docs
  • introduction
    • Getting Started
    • API Key
    • How to Use the API Key?
    • Step-by-Step Guide
  • API Endpoints
    • Getting Started with API Endpoints
    • Image Upload
    • Submit Order
      • AI Virtual Staging
      • AI Interior Design
      • AI Image Enhancement
      • AI Day to Dusk
      • AI Item Removal
      • AI Item Removal Mask
    • Get Spaces
    • Get Widgets and Items
    • Get Order Details
    • Generated Image Webhook
    • Upscale Download Webhook
    • Code Examples
      • Mask Canvas
    • Postman Workspace
  • Usage Limits and Policies
    • Rate Limit
  • Support and Contact
    • Help & Support
    • FAQs
Powered by GitBook
On this page
  • Order Submission Rate Limit
  • Response
  • Best Practices to Avoid Rate Limit Errors
  1. Usage Limits and Policies

Rate Limit

For fair usage

PreviousPostman WorkspaceNextHelp & Support

Last updated 2 months ago

To ensure fair usage and maintain the stability of our service, the following rate limit policy is enforced:

Order Submission Rate Limit

  • Limit: Users can submit a maximum of 10 concurrent (simultaneous) orders within 10 minutes.

  • Scope: The rate limit is applied per user. (Excluding regenerations)

  • HTTP Status Code: If a user exceeds this rate limit, they will receive a 429 Too Many Requests response.

If you have any issues with the current rate limit or are looking for a unique rate limit for your business operations, .

Also, you can send your request to .

Response

{
  "error": "rate-limit exceeded, 10 generates per 10 minutes only",
}

Best Practices to Avoid Rate Limit Errors

  • Implement client-side rate limiting.

  • Handle 429 responses by pausing for the appropriate duration.

feel free to schedule a meeting here
support@aihomedesign.com