API Usage and Limits
Our API is designed to handle a high volume of requests typical for syndication workflows. At present, we do not enforce strict, published rate limits on a per-key basis. We monitor API usage to ensure stability and fair use for all our partners.If you are planning an integration that will involve a very high volume of requests (e.g., more than 1,000 requests per minute), we kindly ask that you reach out to us during the onboarding process to discuss your use case.
Future Changes
We reserve the right to implement rate limiting in the future to maintain the quality of service. Any such changes will be communicated to all active developers well in advance.Best Practices
To ensure optimal performance and reliability:Batch Updates
Group multiple updates together when possible rather than making individual requests for each change.
Implement Retry Logic
Use exponential backoff when retrying failed requests to avoid overwhelming the API.
Cache Responses
Cache responses where appropriate to reduce unnecessary API calls.
Monitor Usage
Keep track of your API usage patterns to optimize your integration.