Working out what an eSignature API actually costs is harder than it should be. The headline plans you see on pricing pages are built around the web app — the developer pricing lives on a separate page, behind different tiers, and sometimes behind a sales call.
This guide lays out the real numbers, taken from each vendor's own pricing pages on 21 September 2026, and shows where the break-even points sit.
GoodSign API
$1.50 /envelope
No monthly fee. Full API on every account.
DocuSign API
$600+ /year
Separate developer plans, from $50/mo billed annually.
Dropbox Sign API
$75 /month
Entry tier 50 requests/mo; higher tiers from $165/mo.
Adobe Acrobat Sign API
Sales only
Free sandbox; production pricing is quote-only.
The most common mistake: assuming the plan you already pay for includes the API.
DocuSign sells its API on separate developer plans. The eSignature plans most people buy — Personal ($11/mo), Standard ($30/user/mo) and Business Pro ($45/user/mo), billed annually and paid monthly — are built around the web app, and DocuSign's developer plans start at $50/month billed annually ($600/year) for a starting allowance of 40 envelopes a month, rising to $300/month for 100. DocuSign's own pages are ambiguous about whether an eSignature plan alone can go live against the API, so budget for the developer plan and confirm with them before you build.
The caps matter as much as the price: Standard and Business Pro include 100 envelopes per user per year on annual billing (10 per user per month on monthly billing), and an envelope counts the moment you send it, signed or not. Overage is published — $3.00 to $5.80 per envelope depending on plan and billing — which is two to four times GoodSign's per-envelope price.
Adobe Acrobat Sign gives developers a free sandbox, but Adobe states plainly that "API access is reserved exclusively for enterprise and developer tier accounts", and Acrobat Sign Solutions has no published price at all. Budgeting means talking to sales. Note which cap applies to you: Acrobat Standard and Acrobat Pro are unlimited on transactions, while the Acrobat Sign licence tiers include 150 transactions per user per year — the distinction most comparison tables get wrong.
Dropbox Sign is the most transparent of the big three. Its API is a separate product with a published ladder: Essentials 50 at $75/month billed yearly ($900/year) for 50 signature requests a month, Essentials 100 at $165/month, then Standard tiers from $300/month. Anything above 500 requests a month is a sales quote.
GoodSign takes the opposite approach: the full API is included on every account, there's no monthly platform fee, and you pay $1.50 USD per envelope sent — one price, whether you send it from the dashboard or from code.
The chart stops at 50 envelopes/month — exactly Dropbox Sign's entry-tier request cap, and the point where its flat fee and GoodSign's pay-per-use meet. Adobe isn't on the chart because there's no published production price to plot. DocuSign entry shown at its ~$600/yr developer floor.
Read the chart honestly and it says three things:
| GoodSign | DocuSign | Adobe Acrobat Sign | Dropbox Sign | |
|---|---|---|---|---|
| API access | Included, every account | Separate developer plans from ~$600/yr | Sandbox free; production quote-only | Separate product from ~$75/mo |
| Pricing model | $1.50 per envelope | Annual subscription tiers | Enterprise agreement | Monthly tiers by request volume |
| Envelope/request caps | None — pay per send | 100/user/yr on annual plans (10/user/mo on monthly); developer plans from 40/mo | 150/user/yr on Acrobat Sign licences; Acrobat Standard and Pro unlimited | 50 requests/mo on the entry API tier |
| Published overage | No cap to exceed | $3.00–$5.80 per envelope | Not published | No overage — tier quotas instead |
| Embedded signing | Included | Higher API tiers | Enterprise | Higher API tiers (hundreds/mo) |
| Extra team members | Free, unlimited | Per-seat pricing | Per-license pricing | Per-seat on Standard+ |
| Sandbox/testing | Free | Free developer sandbox | Free sandbox | Free test mode |
Competitor prices are list USD, verified 21 September 2026 from vendor pricing pages, and can change — check their pricing pages before committing. GoodSign is $1.50 USD per envelope everywhere, with volume discounts available for bulk credit purchases.
GoodSign's API doesn't need a special plan, an onboarding call, or a contract. Create an API key in your dashboard and you're sending:
curl -X POST https://goodsign.io/api/usetemplate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"uuid": "YOUR_TEMPLATE_UUID",
"doc_name": "Consulting Agreement - Acme",
"signers": [
{"key": "client", "name": "Jane Smith", "email": "jane@acme.com"}
]
}'
That's a full envelope — fields, reminders, audit certificate and webhooks included — for $1.50. The API quickstart walks through templates, text tags for PDFs you generate yourself, webhooks and downloading completed documents. There's also an MCP server if you're wiring signatures into an AI agent rather than an app.
Pick GoodSign if your volume is under ~50 envelopes a month, or spiky, or you just don't want a platform fee before you've sent anything. Every feature is on every account, so you're never forced up a tier to unlock embedded signing or webhooks.
Pick DocuSign if you're an enterprise standardised on DocuSign already and your legal team wants one vendor — but budget for the developer plan properly; it is not the $30/month you saw on the consumer pricing page.
Pick Adobe if you're deep in the Adobe enterprise stack and have a procurement team that enjoys quotes.
Pick Dropbox Sign if you send a steady 50–250 requests a month and want published, predictable tier pricing from a big vendor.
For development, yes — GoodSign, DocuSign and Adobe all offer free developer sandboxes to build and test against. For production sending, nothing is genuinely free: GoodSign simply has no base fee, so you pay $1.50 per envelope from your first send and nothing more — which at low volumes still beats any subscription floor.
DocuSign sells API access as separate developer plans starting at $50/month billed annually ($600/year) for 40 envelopes a month. Its eSignature pages are ambiguous about production API use on Personal, Standard or Business Pro, so treat the developer plan as the budget line and confirm with DocuSign before building.
EchoSign is the old name for Adobe Acrobat Sign, so the answer is Adobe's: the developer sandbox is free, and production API access runs through an enterprise agreement with no published price. If you are pricing an EchoSign integration today, you are pricing an Acrobat Sign quote.
Against the big platforms, per-envelope pricing wins by construction: 5 envelopes a month costs $7.50 on GoodSign, where DocuSign's developer plan floor is $50/month and Dropbox Sign's API starts at $75/month. The break-even against those flat plans sits around 30–50 envelopes a month.
Smaller pay-as-you-go vendors price below us per document — SignWell bills API documents from $0.85 after a free monthly allowance, eSignatures.io charges NZ$0.89 per contract, and Annature charges A$1.75 per envelope. What you are comparing at that end of the market is what a document includes: a GoodSign envelope covers unlimited signers, unlimited pages and unlimited team members, with credits that never expire, and the same $1.50 whether it is sent from the dashboard, the API or an AI agent through our MCP server.
On capped plans you either pay overage or move up a plan. DocuSign publishes its overage at $3.00 to $5.80 per envelope over the 100 per user per year; Adobe's cost above 150 transactions per user per year is not published; Dropbox Sign has no overage, you move to the next quota tier. Pay-per-use has no cap to go over — that's the point.
This guide covers API plans only. For per-user subscriptions versus pay-per-envelope pricing when you send from the dashboard, see our eSignature pricing comparison.
Prices verified 21 September 2026 from vendor pricing pages and are subject to change. GoodSign pricing is always public: $1.50 USD per envelope, everything included.
Need documents signed? Start with a free electronic signature account — no subscription, $1.50 per envelope.
Also built by us
It’s how we answer every GoodSign customer — live chat, email and the AI you already pay for, all in one inbox. One line of HTML and it’s on your site too.
All rights reserved © GoodSign Limited 2026
2 Stuart St, Ponsonby, Auckland 1011, New Zealand..