REST API v1

Signatures your product can call.

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

create-document.sh POST
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

Clear primitives. Predictable states.

OpenAPI + REST v1

Versioned endpoints and OpenAPI documentation for documents, signers, templates and events.

/v1/documents

API keys and scopes

Keys begin with isk_… and can be scoped to the actions each integration needs.

isk_… · scoped

Rate limits

Consistent rate-limit responses and headers make backoff behavior straightforward.

429 · retry-after

Developer console

Create and revoke keys, inspect webhook deliveries and open docs from inside the app.

APP → DEVELOPERS

HMAC-SHA256 webhooks

React to the document lifecycle.

Every delivery is signed with HMAC-SHA256. Verify the payload, deduplicate the event and update your own system.

  • document.sent Invitations were dispatched
  • document.signed A signer completed their fields
  • document.completed The final PDF was sealed
  • document.cancelled The workflow was cancelled

Ready when you are

Build signing into your product.

Developer includes API keys, webhooks, white-label and the full Unlimited signing workflow.