Last updated August 2026
DocuSign API Pricing: DocuSign API Cost, eSignature REST API Plans and Envelope Limits
Every published DocuSign developer plan price, the real cost per envelope, and the automation send limit that catches teams who thought their plan was unlimited.
SignSend has no API. If you just need to send documents for signature, it is $12 a month with unlimited documents.
New document
Step 1 of 3
Upload a document to sign
PDF · up to 20MB
1. Upload
2. Add signers
3. Send
TLS in transit · ESIGN Act & UETA
Free plan
$50/mo
DocuSign API Starter plan, with a starting amount of 40 envelopes a month
$480/mo
DocuSign API Advanced plan, the top self-serve tier, 100 envelopes a month
$1.25
Lowest published cost per envelope across every DocuSign plan, on API Starter
100/yr
Automation sends per user on unlimited IAM plans, and zero on user-based eSignature plans
DocuSign API pricing runs from $50 a month to $480 a month on the three self-serve developer plans. Starter is $50 a month or $600 billed annually with a starting amount of 40 envelopes a month. Intermediate is $300 a month or $3,600 billed annually with 100 envelopes a month. Advanced is $480 a month or $5,760 billed annually, also with 100 envelopes a month. Above that, Enhanced plans are quoted by sales and carry a five user minimum. A free developer account exists, but it only sends in DocuSign's demo environment, and those envelopes are not legally binding.
Those figures were read on August 20, 2026 from DocuSign's own developer plans page. That matters here more than usual, because most of the articles ranking for this query quote $75, $450 and $720. Those numbers are stale. DocuSign's current published prices are lower, and you should not budget against the older schedule.
The bigger cost surprise is not the plan price at all. On a normal user-based DocuSign eSignature subscription, API sending is not included. DocuSign counts an API send as an automation send and lists the automation allowance on those plans as not included. Even on IAM plans that advertise unlimited web envelopes, automation is capped at 100 sends per user per year. That single line is why so many teams hit ENVELOPE_ALLOWANCE_EXCEEDED on a plan their dashboard says is unlimited.
Every DocuSign API plan and price (August 2026)
These are DocuSign's self-serve developer plans, read from its plans and pricing page for developers on August 20, 2026 and shown in US dollars. All three carry a note that additional tax may apply, so treat these as pre-tax figures.
| Plan | Monthly | Billed annually | Envelope allowance | What the tier adds |
|---|---|---|---|---|
| Starter | $50/month | $600 | Starting amount of 40 envelopes/month | API usage center, API dashboard, software development kits, mobile SDKs, OAuth |
| Intermediate | $300/month | $3,600 | Starting amount of 100 envelopes/month | Everything in Starter plus collaborative commenting, scheduled sending, customized branding |
| Advanced | $480/month | $5,760 | Starting amount of 100 envelopes/month | Everything in Intermediate plus bulk send with the eSignature REST API, PowerForms for API, Recipient Connect, signer attachments |
| Enhanced | Contact sales | Contact sales | Customized, higher send volumes | Five user minimum. Adds customized workflows, masked fields, offline mobile signing, multi-factor authentication, signer permissions, multi-channel delivery, elastic signing |
Starter is flagged as the most popular tier on DocuSign's page. Enhanced is the only one without a published price, and DocuSign lists a sales number rather than a checkout button for it.
One correction worth making plainly, because it is repeated in nearly every competing article on this topic: DocuSign API pricing is not $75, $450 and $720. That was an older schedule. The current published prices are $50, $300 and $480, and if you are building a cost model you should use those.
How much does the DocuSign API cost per envelope?
Between $1.25 and $4.80 per envelope on the developer plans, if you use the whole allowance. Divide the annual price by the annual envelope allowance and the plans separate sharply. Starter is the cheapest per envelope DocuSign publishes anywhere, including its web plans, and Advanced is the most expensive.
| Plan | Annual cost | Envelopes per year | Cost per envelope |
|---|---|---|---|
| API Starter | $600 | 480 | $1.25 |
| API Intermediate | $3,600 | 1,200 | $3.00 |
| API Advanced | $5,760 | 1,200 | $4.80 |
| eSignature Personal (web) | $132 | 60 | $2.20 |
| eSignature Standard (web, per user) | $360 | 100 | $3.60 |
| eSignature Business Pro (web, per user) | $540 | 100 | $5.40 |
The developer plan figures come from DocuSign's page on August 20, 2026. The three web plan rows use DocuSign's published US list prices of $11, $30 and $45 per user per month, last checked in July 2026, against the allowances DocuSign documents for those tiers. We have kept them in the same table because the comparison is the point, but the sourcing is not identical and you should treat the API rows as the firmer numbers.
Two things fall out of that table. The first is that API Starter, at $1.25 an envelope, is better value per send than any web plan DocuSign sells, which is not what most people expect from a developer tier. The second is that Advanced costs $4.80 an envelope for exactly the same volume Intermediate gives you at $3.00. The extra $1.80 is a feature charge wearing a volume charge's clothes.
Does DocuSign have an API?
Yes. DocuSign publishes an eSignature REST API along with software development kits for the common languages, mobile SDKs, an API usage center and an API dashboard. Authentication is OAuth 2.0, and DocuSign requires it for any integration going to production. There are additional APIs beyond eSignature for notary, ID Evidence and other capabilities.
The API is genuinely good, which is a large part of why DocuSign is embedded in so much other software. The friction is not technical. It is that access to it is priced and metered separately from the subscription most companies already have, and that catches people out at exactly the wrong moment, usually the week they planned to launch.
Is the DocuSign API free?
Partly. DocuSign gives you a free developer account with no time limit, and you can build and test against the full API in its demo environment. What you cannot do is use it for real business. Envelopes sent from a demo account are not legally binding, and they carry demo watermarking. To send anything that counts, you have to complete DocuSign's go-live process and move the integration to a paid production account.
DocuSign is explicit about this in its production requirements: going live requires OAuth 2.0 configured for the application, administrator access to the target production account, and a paid production account to manage the integration. The one carve out is that ISV partners may qualify for a free management account through the partner program.
Demo accounts also have their own allowance, which is why developers regularly hit an envelope allowance error while load testing. That is a demo cap, not a billing problem, and it does not predict what your production plan will allow.
Can you use the DocuSign API on a normal DocuSign plan?
Usually not, and this is the single most expensive misunderstanding in DocuSign pricing. DocuSign counts sending as two separate things. A person logging in and sending from the web app spends a web application envelope. Your code or an integration sending the same agreement spends an automation send. They draw on different allowances, and on a user-based eSignature plan the automation allowance is listed as not included at all.
| Plan | Web application envelopes | Automation sends (API and integrations) |
|---|---|---|
| eSignature, user-based pricing | 100 per user per year | Not included |
| eSignature, envelope-based pricing | Quantity of envelopes purchased | Quantity of envelopes purchased |
| IAM Starter | 100 per user per year, or 10 per user per month on monthly web plans | Not offered, web only |
| IAM Standard | Unlimited | 100 per user per year, or 10 per user per month on monthly web plans |
| IAM Professional | Unlimited | 100 per user per year, or 10 per user per month on monthly web plans |
| IAM Enterprise | Unlimited | 100 per user per year, sends from a third party integration excluded |
| IAM for Sales | Unlimited | 100 per user per year, sends from a third party integration excluded |
| IAM for CX | Unlimited | 100 per user per year, sends from a third party integration excluded |
Read the unlimited rows carefully. An IAM Professional account can send as many envelopes as it likes through the browser and is still capped at 100 API sends per user per year. That is roughly two a week. A modest integration will burn through it in a month, and the error you get says the envelope allowance for the account has been exceeded while the billing screen still says unlimited.
DocuSign has changed these allowances several times and dates each change by order start date. Subscriptions starting on or after August 28, 2024 saw automation sends rise from 50 to 100 per user per year on IAM Standard, Professional, Enterprise, for Sales and for CX. Subscriptions starting on or after November 21, 2025 have that 100 per user per year allowance pooled at the account level rather than held per seat, which helps uneven teams. Subscriptions starting on or after February 20, 2026 on IAM Enterprise, for Sales and for CX get a separate allowance of 200 third party integration sends per user per year, also pooled at the account level. Your start date decides which of these you get.
One caveat on sourcing. DocuSign publishes that allowance table for customers who bought a subscription through a DocuSign sales representative or partner, and points customers who bought on the website to the plans and pricing page instead. If you bought online, confirm your own numbers in Plan and Billing before you commit to an architecture.
What is the DocuSign Basic API plan?
Basic API was the entry level name DocuSign used for its developer tier in an earlier lineup, alongside Intermediate and Advanced. It still shows up in search, in old forum threads and in a lot of third party write-ups. The current self-serve lineup on DocuSign's developer plans page is Starter, Intermediate, Advanced and Enhanced.
If you are searching for how to upgrade a Basic API plan, what you are looking for now is Starter. The practical answer is the same either way: upgrading changes both the envelope allowance and the feature set, and bulk send through the REST API only appears at Advanced.
How do I get DocuSign API access?
Open a free developer account, build against the demo environment, then submit the integration through the go-live process and promote it to a paid production account. DocuSign has moved go-live into the Developer Console, where you can take an integration live from the console once it passes review. The promotion copies your integration key into production rather than moving it, so your demo integration keeps working, but secrets and redirect URIs are not copied and have to be configured again on the production side.
Every integration, whatever API it uses, has to have account access to each API it calls, stay inside the published API resource limits, use OAuth 2.0 authentication, and declare the correct integration classification. That last one is not cosmetic. It determines both the review path and how you are billed in production.
| Your situation | Classification | Extra requirement |
|---|---|---|
| Used internally by your employees or your customers' employees | Private custom integration | None beyond the standard production requirements |
| Using a partner integration that needs your own integration key | Third party integration key | None beyond the standard production requirements |
| A public integration many DocuSign customers authorize with their own accounts | Public integration | You must join the DocuSign Partner Program |
| Embedding DocuSign into your product and offering it to your customers through your account | Embedded integration | Requires ISV Embed partner licensing |
Once submitted, your app shows one of four review statuses. The two worth planning around are Review Expired and Declined, because both cost you calendar time you probably budgeted for launch.
| Status | What it means |
|---|---|
| Under Review | Recent API activity is being reviewed against the go-live requirements |
| Review Passed | The integration passed and is ready for promotion to production |
| Review Expired | It passed, but was not promoted within 90 days, so a new review is required |
| Declined | Additional manual review or information is needed. Manual reviews are typically completed within 24 to 48 hours |
The ninety day expiry is the trap. Teams pass review early, the launch slips a quarter, and the review has to be run again. If your ship date is uncertain, submit closer to it rather than earlier.
What are the DocuSign API limits?
Separate from what you pay for, DocuSign enforces platform limits on every account. These are the ones that shape how you build, and they apply whichever developer plan you are on.
| Limit | Value |
|---|---|
| API calls per hour | 3,000 by default |
| Burst limit | 200 calls per 30 seconds in demo, 500 in production |
| Document size through the API | 32 MB per upload, with chunked uploads in pieces of up to 52 MB |
| Total envelope size | 200 MB across all documents |
| Maximum HTTP request size | About 35 to 36 MB (35,651,584 bytes) |
| Envelope status polling | No more than once every 15 minutes per envelope |
| Anchor tabs per envelope | 3,000 |
| Integration keys per account | 100 |
| Connect configurations | 20 |
| Templates returned by a list call | 2,000 maximum |
The polling rule is the one that surprises new integrations. DocuSign expects you to use Connect webhooks for status rather than polling, and polling an envelope more often than every fifteen minutes is outside its published guidance. Build around webhooks from the start and you avoid a rewrite later.
When a DocuSign API plan is not worth it
A fair number of the teams pricing an API plan do not need one. It is worth being honest about which camp you are in before you commit to $3,600 or $5,760 a year, because the answer is often no.
You probably do need the API if you are embedding signing inside your own product, if signature requests have to fire from an event in your system with no human involved, if you need signed documents written back into your database automatically, or if you are shipping this to your own customers.
You probably do not need it if the real requirement is sending the same document to a lot of people, which is bulk send rather than an integration, or if what you want is to stop paying per envelope. In that second case an API plan makes the problem worse: it introduces a second meter alongside the one you already have. Plenty of teams reach for an integration when what they actually wanted was a flat bill and a browser tab.
SignSend is built for that second group, and we are not going to pretend otherwise. There is no SignSend API today. What there is: upload a PDF, add your signers, send it, and the signed file comes back with an audit trail, for $12 a month with unlimited documents and no envelope counter. If your sending is done by people rather than code, that is usually the cheaper answer by a wide margin.
Features
Why DocuSign API cost is hard to pin down
Four things make the published number a poor estimate of what you will actually be billed.
The prices in most articles are out of date
The $75, $450 and $720 schedule is quoted almost everywhere and it no longer matches DocuSign's own page. As of August 20, 2026 the self-serve developer plans are $50, $300 and $480 a month. If you built a business case on the higher numbers, your cost per envelope is wrong by about a third.
Your normal subscription may not allow API sends at all
DocuSign splits sending into web application envelopes and automation sends. On user-based eSignature plans, the automation allowance is listed as not included. So buying more eSignature seats does not buy you API capacity, which is the opposite of what most buyers assume.
Two plans give you the same envelope count
Intermediate and Advanced both start at 100 envelopes a month. The $180 a month difference between them, $2,160 a year, buys features only: bulk send through the REST API, PowerForms for API, Recipient Connect and signer attachments. You are not buying volume.
Annual billing is not a discount here
$600 is exactly twelve times $50. $3,600 is twelve times $300. $5,760 is twelve times $480. Unlike a lot of SaaS, committing for a year on the developer plans does not lower the rate. What it changes is how the allowance is pooled across the term.
How it works
How to work out what the DocuSign API will really cost you
Do these four in order before you talk to sales. Most teams find the answer changes at step two.
01
Count sends, not documents and not signers
DocuSign meters envelopes. One envelope can hold up to 130 documents and go to up to 100 recipients, and it still counts as one send. Count how many times a month you press send, not how many pages or people are involved. Teams routinely overestimate this by an order of magnitude.
02
Check whether those sends are automated or manual
If a person logs into DocuSign and sends it, that is a web application envelope. If your code or an integration sends it, that is an automation send and it draws on a separate, much smaller allowance. Split your monthly number into those two buckets before you price anything.
03
Check what your current plan actually allows
Open Settings, then Plan and Billing, and look at the envelope usage meter. If you are on a user-based eSignature plan and the automation line is not included, no amount of extra seats will fix an API integration. You need a developer plan or an IAM plan.
04
Divide the annual price by the annual allowance
That is your true cost per envelope, and it is the only number worth comparing across plans. Do it for the API plan you are considering and for the web plan you already pay for. On DocuSign's own published figures the two answers are often further apart than people expect.
Comparison
DocuSign API next to SignSend
The honest version. DocuSign has a mature, well documented API and SignSend does not ship one. If you genuinely need to send agreements from your own code, DocuSign is the better answer and this table says so. If what you actually need is to send documents for signature without a per envelope meter, keep reading.
| Feature | SignSend | DocuSign |
|---|---|---|
| REST API for sending | Not available today | Full eSignature REST API with SDKs and OAuth 2.0 |
| Entry price to send through an API | Not offered | $50 a month (Starter), 40 envelopes a month |
| API sends on a standard subscription | Not applicable | Not included on user-based eSignature plans |
| Review before you can go live | Not applicable | Go-live review required for production |
| Documents on the paid web plan | Unlimited at $12 a month | 100 per user per year (Standard), 5 a month (Personal) |
| Free tier | 3 documents a month, no card | Free developer account, demo only, not legally binding |
| Bulk send | Included on the Business plan | Advanced API plan and above |
| Best fit | Teams that send from a browser and want a flat bill | Product teams embedding signing into their own software |
Competitor details reflect publicly listed plans and may change. Check each provider’s site for current pricing.
Who it’s for
Who ends up on a DocuSign API plan
SaaS products embedding signing
If your customers sign inside your app and never see DocuSign's brand, you are an embedded integration and you need ISV Embed partner licensing on top of the plan. Budget for the partner conversation, not just the $480 a month.
Lenders and mortgage operations
Loan documents fire from a servicing system on an event, not from a person. That is automation sending by definition, and it is exactly the case where a user-based eSignature plan gives you an allowance of zero.
HR platforms sending offer letters
Volume is spiky. Twenty offers in a hiring push, then quiet for six weeks. Annual billing pools the allowance across the year, which suits this pattern better than a monthly plan that resets and forfeits what you did not use.
Agencies automating client paperwork
The common trap. An agency on an unlimited IAM plan wires up a Zapier or Make integration, burns 100 automation sends inside a month, and gets an allowance error on a plan the billing page still calls unlimited.
FAQ
Common questions about DocuSign API pricing
How much does the DocuSign API cost?
Is the DocuSign API free?
Does DocuSign charge per API call?
Can I use the DocuSign API on my existing eSignature plan?
What does the envelope allowance for the account has been exceeded mean on an unlimited plan?
Which DocuSign API plan has bulk send?
Related pages
DocuSign Pricing 2026
Every eSignature plan, cost per month, and how envelope allowances are metered.
DocuSign File Size and Envelope Limits
Every published size, count and rate limit in one table.
DocuSign Personal Plan Explained
The five envelope a month tier, and when it stops being enough.
Electronic Signature API Status
Where SignSend stands on an API, honestly, and what to do in the meantime.
DocuSign Competitors
The alternatives worth shortlisting, and who each one suits.
E-Signature Pricing Comparison
What the major e-signature vendors charge, side by side.
DocuSign CLM Pricing
What DocuSign charges for contract lifecycle management, and why there is no list price.
Ironclad vs DocuSign CLM
Two quote only vendors compared on pricing structure, verified features and fit.
DocuSign Promo Code and Real Discounts
There is no DocuSign coupon code. The four discounts that are real, with verified prices.
Cheapest Electronic Signature Service
Nine services ranked by annual cost and by cost per document sent, verified August 2026.
Send documents for signature without an envelope meter
Upload a PDF, add your signers, send it. Unlimited documents at $12 a month, and a free plan with no card if you want to try it first.