Why a dedicated API for electronic signature?
Integrating electronic signature into your product is not trivial. You need guarantees on legal compliance (eIDAS), technical reliability (webhooks that actually arrive), and data sovereignty (European hosting to avoid the Cloud Act). The Certyneo API covers all three.
Designed by and for developers, it follows modern REST conventions: cursor-based pagination, idempotency keys, URL versioning, OpenAPI 3.1 to auto-generate your clients. No SOAP, no XML, no surprises.
eIDAS compliance explained for developers
The eIDAS regulation defines three signature levels: simple (SES), advanced (AES) and qualified (QES). The Certyneo API allows you to choose the level per envelope via a `signature_level` field. The default value is AES (sufficient for 95% of B2B cases). QES is available for acts requiring strict legal equivalence with manual handwritten signature (notarial acts, public procurement).
On the technical side, AES requires strong signer authentication (SMS OTP by default, optional video KYC) and a timestamped audit trail. QES adds a qualified certificate issued by an EU qualified TSP. All of this is handled by the API — you call the endpoint, we handle the rest.
Recommended integration architecture
The most common integration pattern follows this flow:
- Your backend calls POST /v1/envelopes to create the envelope and receives a sign_url to present to the user.
- You redirect the user to the sign_url or embed it in an iframe (with your branding via the Pro plan).
- Once signing is complete, Certyneo calls your webhook with the envelope.completed event.
- You update your database and notify the user (email, in-app, etc.).
Unlimited free sandbox
The sandbox environment is free and unlimited. All production features are available, except that signatures have no legal value (the PDF is marked SANDBOX). Great for automated tests, client demos, local development. Sandbox keys are separate from prod keys, total isolation between the two.
Migrate from DocuSign or Yousign
If you already have a DocuSign or Yousign integration, the API mapping is direct: envelopes → envelopes, recipients → recipients, status webhooks → status webhooks. Our migration guide documents the equivalences endpoint by endpoint. Plan 1 to 3 days for a complete migration, much less if you use an internal wrapper.
Migrating from Adobe Acrobat Sign (formerly EchoSign, then Adobe Sign)? The mapping is just as direct — agreements → envelopes, participants → recipients, webhooks → webhooks. Compare Certyneo and Adobe Acrobat Sign →
Electronic signature API pricing: where to buy a subscription?
No quote or purchase order is needed to buy an e-signature API subscription: the sandbox is free and unlimited, your API key is generated from the dashboard, and production REST API access is included from the Standard plan at €19/month — webhooks and SDK included, with no per-signature fees.
- Standard — €19/month: 100 envelopes/month, REST API + webhooks, 10 users
- Business — €39/month: 300 envelopes/month, bulk send, web forms
- Business Pro — €99/month: 1,000 envelopes/month, high-throughput API (300 req/min), unlimited users
Qualified signatures (QES) are a separate product, billed per act: €9.90 per signature, available on every plan, including Free.
For large volumes or contractual commitments (SLA, dedicated DPA, annual invoicing), the Enterprise plan is arranged with the sales team. Either way, prices are public — compare them before committing.