Ada’s API enforces rate and data limits to ensure stability and prevent abuse. These limits are applied per Ada instance.
Unless otherwise specified, the following default rate limits apply across all Platform API endpoints:
Exceeding these limits will result in a 429 Too Many Requests error. Implement retry logic with exponential backoff and jitter to handle these responses and minimize disruptions.
Some APIs have their own specific rate limits that differ from the defaults:
Refer to the documentation for each API endpoint for complete details on rate limits and any additional restrictions.
Exceeding this size will result in a 413 Content Too Large error.
Some endpoints may also enforce local data limits. Refer to the documentation for each API endpoint for details on additional restrictions.