Changelog

improved

Updated rate limiting

We’ve now introduced fixed, numeric rate limits for all API keys.
By default, each API key is limited to 300 requests per minute.

added

Added Uploads Endpoint to Documentation

The documentation has been enhanced by the Uploads endpoint, including example requests for fetching uploads by user or ID. We’ve also added support for filtering uploads by title, making it easier to find specific files.

added

Added rate limiting

We introduced rate limiting on all our public APIs to prevent over-usage. If you exceed rate limits for your account, you may start getting responses with 429 status code. To avoid running into this, use the APIs responsibly and introduce pauses between requests if needed.