Signaturely · Rate Limits

Signaturely Rate Limits

Signaturely does not publish a fixed numeric per-second or per-minute request rate limit for its API. In practice, usage is governed by a monthly quota of API signature requests tied to your API plan - 50/month on Gold, 150/month on Platinum, and 500/month on Titanium - plus a plan-based cap on the number of templates (5, 25, and unlimited respectively). Read and management operations (listing documents, templates, folders, team members, subscribing webhooks) are not the metered unit; the billable/limited action is sending a signature request.

Signaturely Rate Limits is the machine-readable rate-limit profile for Signaturely on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 5 rate-limit definitions, measuring requests and templates.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Electronic Signature, eSignature, E-Signature API, Rate Limiting, and Quotas.

5 Limits Throttle: 429
Electronic SignatureeSignatureE-Signature APIRate LimitingQuotas

Limits

API Signature Requests (Gold) account
requests
50 per month
Gold API plan monthly signature-request quota.
API Signature Requests (Platinum) account
requests
150 per month
Platinum API plan monthly signature-request quota.
API Signature Requests (Titanium) account
requests
500 per month
Titanium API plan monthly signature-request quota.
Templates account
templates
5 / 25 / unlimited (Gold / Platinum / Titanium)
Number of reusable templates allowed per API plan tier.
HTTP Request Rate account
requests
not published
No fixed per-second or per-minute API request-rate limit is documented.

Policies

Monthly Quota Reset
API signature-request quotas are counted per calendar month and reset each billing cycle; exceeding the quota requires upgrading the API plan.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on any 429 response.

Sources