Loading...
Loading...
Monitor your rate limits, manage your API key, and explore code examples for authenticating with the SignQuick API.
View full API documentationYour current plan determines document limits, template slots, and data retention.
Per-endpoint request limits to ensure fair usage across all accounts.
| Endpoint | Description | Limit | Window |
|---|---|---|---|
/api/* | General API | 60req | 1 min |
/api/upload | File Upload | 20req | 1 min |
/api/search | Search | 30req | 1 min |
/api/documents/export | Document Export | 5req | 1 min |
/api/contact | Contact Form | 3req | 5 min |
/api/webhooks | Webhook Operations | 10req | 1 min |
Note: When you exceed a rate limit the API returns HTTP 429 with a Retry-After header. Wait until the window resets before retrying.
Use this key in the Authorization header of every API request.
sq__****************************a1b2Keep your API key secret. Never expose it in client-side code or public repositories. Manage API keys in Settings
Quick reference for the status codes returned by the SignQuick API.
The request succeeded. The response body contains the requested data.
The request body is invalid or missing required fields. Check the error details.
Missing or invalid API key. Verify your Authorization header.
Access denied. You may lack permissions or have exceeded a plan limit.
The requested resource does not exist or does not belong to your account.
Too many requests. Wait for the rate-limit window to reset and retry.
An unexpected error occurred on the server. Please try again later.
Authenticated API calls in popular languages. Replace the placeholder key with your own.
curl -X GET https://signquick.app/api/documents \
-H "Authorization: Bearer sq__your_api_key_here" \
-H "Content-Type: application/json"Dive into endpoint details, request/response schemas, webhook events, and SDK quickstarts.
View API Documentation