Our API has rate limits to prevent abuse and ensure fair usage.
We enforce rate limits to balance the load on our servers and provide a fair environment for all developers to interact with the Chatling API.Therefore, the number of requests you send to the API will be measured and throttled if you surpass the allowed rate limit.
The default rate limit is 300 API calls per minute for each API key. We may adjust these limits in the future.When you exceed the rate limit, you will receive a 429 status code with the following response:
Copy
{ "status": "error", "message": "Too many requests"}