Basics
URL
The Reworkly APIs are served over HTTPS. It can be {subdomain}.reworkly.com or your custom domain.
Status Code
When an error occurs, you will receive an error object. Most of these error objects contain an error code and an error description so that your applications can more efficiently identify the problem.
Rate limiting
The Reworkly APIs is subject to rate limiting. The limits differ per endpoint.
If you exceed the provided rate limit for a given endpoint, you will receive the 429 Too Many Requests
response with the following message: Too many requests. Check the X-RateLimit-Limit, X-RateLimit-Remaining and X-RateLimit-Reset headers. See https://developer.reworkly.com/api/rate-limiting