Our API employs a number of safeguards against bursts of incoming traffic to help maximize its stability. The returned HTTP headers of any API request show your current rate limit status:Documentation Index
Fetch the complete documentation index at: https://docs.syntage.com/llms.txt
Use this file to discover all available pages before exploring further.
| Header Name | Description |
|---|---|
| X-RateLimit-Limit | The maximum number of requests you’re permitted to make. |
| X-RateLimit-Remaining | The number of requests remaining in the current rate limit window. |
| X-RateLimit-Reset | The time at which the current rate limit window resets in UTC epoch seconds. |