Embed RON Directly
Into Your Platform.
Use the Notaron REST API to programmatically create notarization orders, track sessions, and retrieve sealed documents — all from your own application.
One platform for api notarization.
Identity, RON session, e-seal, and delivery — designed end-to-end.
Verify identity
- eID, KBA, and credential analysis
- Selfie + liveness checks
- Fraud prevention screening
Notarize documents
- HD audio/video with consent prompts
- Multi-signer + witness flows
- State-compliant RON sessions
Sign & seal
- X.509 certificate signing
- Tamper-evident PDF output
- Automated eJournal entries
Deliver & integrate
- Secure delivery to stakeholders
- REST API + webhook callbacks
- Direct system integrations
Built for developers and platform teams.
Embed notarization where your users already work — your platform, your branding, your workflow.
Programmatic Orders
Create notarization orders from your platform with full document, signer, and metadata payloads.
Real-Time Webhooks
Receive callbacks at every state transition — order created, identity verified, session started, document sealed.
Document Retrieval
Download tamper-evident notarized PDFs, audit logs, and session recordings via secure API endpoints.
Sandbox Environment
Full sandbox for development and QA with test signers, simulated identity verification, and webhook delivery.
MISMO-Compatible
MISMO RON V2-aware payloads for real estate transactions with title and lender system integrations.
White-Label Sessions
Embedded session UI with your branding, available on enterprise plans for fully white-labeled experiences.
Embed notarization directly in your app.
Add a complete RON session to your platform, portal, or LOS with a few lines of code. Your customers never leave your app.
- Drop-in JavaScript SDK — works with any frontend framework
- Full identity verification, video session, and e-seal in one embed
- Real-time webhooks for session status, completion, and document delivery
- White-label ready — your brand colors, your domain, your experience
- Sandbox environment for development and testing
// 1. Initialize with your API key
const notaron = Notaron.init({
apiKey: 'nt_live_pk_...'
});
// 2. Start a notarization session
const session = await notaron.startSession({
container: '#notarize',
clientName: 'Jordan Alvarez',
clientEmail: 'jordan@email.com',
documentUrl: 'https://...'
});
// 3. Handle completion
session.on('complete', (result) => {
console.log(result.signedDocumentUrl);
});“We integrated Notaron's RON API into our property management platform in 3 weeks. Our customers now notarize lease agreements without leaving our app.”
Devon Voss
Engineering Lead, RentSphere
Ready to embed
RON in your product?
Sandbox access in minutes. Production launch in weeks.
Start Demo Now