Limits Usage

Getting data about current limits usage

Each request to Sila's API returns headers that report against the limits related usage of that specific user.

You can programmatically evaluate details about a request's limits every time a request is made to a limited endpoint.

Response headers of every request provide data that can be used to determine what limits are being applied, as well as your applications usage. The information provided in headers will also help determine how to throttle your requests to prevent 403 errors and 429 errors.

Limits data supplied in response headers are specific to the entity making the request. Entities do not impact each other’s usage data, and entities cannot see information about each other’s usage.


What’s Next