ACTUM API Documentation
Complete digital notarization platform API for developers
99.9%
Uptime SLAREST
API StandardJSON
Data FormatHTTPS
Secure OnlyAPI Overview
The ACTUM API provides comprehensive access to our digital notarization platform, enabling developers to integrate notary services into their applications.
Base URL
Key Features
- Smart notary matching
- Real-time booking system
- Identity verification
- Digital signatures
- Document management
- Video conferencing
- Compliance tracking
- Webhook notifications
Authentication
The ACTUM API uses API key authentication. Include your API key in the Authorization header:
Get Your API Key
Sign up for an API key to start integrating with ACTUM. Choose from our flexible pricing plans based on your usage needs.
Get API KeyAPI Pricing
Choose Your API Plan
| Plan | Monthly Fee | Included Calls | Overage Rate | Features |
|---|---|---|---|---|
| Basic | €99/month | 1,000 calls | €0.10/call | Basic matching, Standard support |
| Professional | €299/month | 5,000 calls | €0.08/call | Advanced matching, Webhooks, Priority support |
| Enterprise | €999/month | 25,000 calls | €0.05/call | White-label API, Custom endpoints, SLA |
API Endpoints
POST Match Notary
Find and match notaries based on specific criteria
Endpoint
Request Body
Response
{
"success": true,
"matches": [
{
"notary_id": "not_12345",
"name": "Dr. Maria Schmidt",
"specializations": ["real_estate", "corporate"],
"rating": 4.9,
"languages": ["German", "English"],
"availability": "next_24_hours",
"booking_url": "https://actum.com/book/not_12345",
"hourly_rate": 120.00,
"certifications": ["RON_certified", "eIDAS_qualified"]
}
],
"total_matches": 3
}
POST Create Booking
Book a notarization session with a matched notary
Endpoint
Request Body
Response
{
"success": true,
"booking_id": "book_67890",
"status": "confirmed",
"scheduled_datetime": "2025-07-26T14:00:00Z",
"meeting_url": "https://meet.actum.com/sess_abcdef",
"estimated_cost": {
"session_fee": 85.00,
"platform_fee": 15.00,
"total": 100.00,
"currency": "EUR"
}
}
POST Verify Identity
Initiate identity verification process
Endpoint
Request Body
Response
{
"success": true,
"verification_id": "ver_xyz789",
"verification_url": "https://verify.actum.com/ver_xyz789",
"status": "pending",
"cost": 8.50,
"estimated_completion": "5-10 minutes"
}
POST Create Signature Session
Create a digital signature session for documents
Endpoint
Request Body
Webhooks
ACTUM sends webhook events to notify your application about important events.
Webhook Events
booking.created- New booking createdbooking.confirmed- Booking confirmed by notarysession.started- Notarization session startedsession.completed- Session completedverification.completed- ID verification completedsignature.completed- Document signed
Webhook Configuration
SDKs & Libraries
Code Examples
Quick Start Example (JavaScript)
Python Example
Get Your API Key
Start Building Today
Get instant access to the ACTUM API with your chosen subscription plan.
- Immediate API key generation after payment
- Production-ready API access
- Complete documentation and examples
- Priority technical support