In order to keep snappy response times for everyone, limits are placed upon consuming the Lucca API.
429 Too Many Requests
.Description | Response HTTP status | What you should do | Should you retry? |
---|---|---|---|
Request took too long (> 5 seconds). | 408 Request Timeout | Your request may be too complex. | ✅ Yes (simplified) |
Request body too large. | 413 Content Too Large | Send us smaller files or data. | ❌ No |
More than 50 requests in a 60 seconds window. | 429 Too Many Requests | Space out your requests. | ✅ Yes (later) |
Request headers are too long (> 8 KB). | 431 Request Header Fields Too Large | Check your headers, you should not encounter this error in a normal case. | ❌ No |