Rate Limiting
Usage, such as making highly concurrent API calls, may result in your app being rate limited. The WellSaid API is currently limited to 15 requests / 6 seconds, along with your monthly quota.
Requests made to the WellSaid API will return the following HTTP response headers:
x-quota-limit
: The maximum number of requests available in the current time frame.
x-quota-remaining
: The number of requests remaining in the current time frame.
x-quota-reset
: A UNIX timestamp of the expected time when the quota limit will reset.
x-rate-limit-limit
: The maximum number of requests available in the current time frame.
x-rate-limit-remaining
: The number of requests available in the current time frame.
x-rate-limit-reset
: A UNIX timestamp of the expected time when the rate limit will reset.
We have higher rate limit configurations available. Please ask your voice specialist for more information.
Updated 9 months ago