OpenAPI + REST v1
Versioned endpoints and OpenAPI documentation for documents, signers, templates and events.
/v1/documents
REST API v1
Create documents, add signers and react to every state change through a versioned REST API and signed webhooks.
Included in Developer · $29.99 USD / month
curl https://api.insigner.co/v1/documents \
-H "Authorization: Bearer isk_live_••••" \
-H "Content-Type: application/json" \
-d '{
"name": "NDA · Acme SL",
"signers": [{
"email": "elena@acme.eu",
"role": "signer"
}]
}' Designed for integration
Versioned endpoints and OpenAPI documentation for documents, signers, templates and events.
/v1/documents
Keys begin with isk_… and can be scoped to the actions each integration needs.
isk_… · scoped
Consistent rate-limit responses and headers make backoff behavior straightforward.
429 · retry-after
Create and revoke keys, inspect webhook deliveries and open docs from inside the app.
APP → DEVELOPERS
Ready when you are
Developer includes API keys, webhooks, white-label and the full Unlimited signing workflow.