Developers

Embed notarization without rebuilding it.

REST, webhooks, and a sandbox that mirrors production semantics.

Quickstart

POST /v1/notarizations
Content-Type: application/json
Authorization: Bearer <service_token>

{
  "tenant_id": "t_acme",
  "documents": [{ "name": "deed.pdf", "url": "https://..." }],
  "signer": { "email": "jane@example.com", "name": "Jane Smith" },
  "callback_url": "https://your.app/webhooks/eon"
}

What's available

REST API for notarizations, sessions, evidence, and webhooks
Webhook events for status, completion, and failure
Sandbox environment with synthetic identity proofing
OpenAPI specification available through platform review materials
Service-auth tokens with role separation
Tenant-scoped API keys

On the roadmap

  • Official TypeScript and Python SDKs.
  • Embedded signer SDK for in-product RON.
  • Postman collection mirrored to OpenAPI.

Get access

Request sandbox credentials from developers@epiconlinenotary.com.