Rate Limits
To ensure fair usage and protect the stability of our API, Droplink.cc implements rate limiting for all API endpoints. This mechanism helps to prevent abuse and ensurethat all users have a positive experience.
Rate Limiting Policy
Our rate limiting policy is as follows:
- Time Window: 1 minute
- Requests: 50
Affected Endpoints
Rate limiting applies to all endpoints under the /api
path. This includes:
- Create Drop:
POST https://droplink.cc/api/v1/drop/create
- View Drop:
POST https://droplink.cc/api/v1/drop/view
- Delete Drop:
POST https://droplink.cc/api/v1/drop/delete