API Reference
API Rate Limits
Understand rate limits, quotas, and best practices for the SignQuick API.
Rate Limits by Plan
Endpoint
Free
Starter
Pro
POST /documents
10/hour
100/hour
1000/hour
POST /signatures
10/hour
100/hour
1000/hour
GET /templates
30/hour
300/hour
3000/hour
POST /webhooks
5/hour
50/hour
500/hour
Handling Rate Limit Errors
When you exceed the rate limit, the API returns a 429 status code. Use the Retry-After header to know when to retry.
HTTP/1.1 429 Too Many Requests Retry-After: 60 X-RateLimit-Limit: 100 X-RateLimit-Remaining: 0 X-RateLimit-Reset: 1709510400