Complete digital notarization platform API for developers
The ACTUM API provides comprehensive access to our digital notarization platform, enabling developers to integrate notary services into their applications.
The ACTUM API uses API key authentication. Include your API key in the Authorization header:
Sign up for an API key to start integrating with ACTUM. Choose from our flexible pricing plans based on your usage needs.
Get API Key| 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 |
Find and match notaries based on specific criteria
{
"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,
"match_criteria": {
"jurisdiction_match": true,
"document_type_match": true,
"language_match": true,
"service_type_match": true
}
}
Book a notarization session with a matched notary
{
"success": true,
"booking_id": "book_67890",
"session_id": "sess_abcdef",
"status": "confirmed",
"scheduled_datetime": "2025-07-26T14:00:00Z",
"meeting_url": "https://meet.actum.com/sess_abcdef",
"preparation_checklist": [
"Valid government ID",
"Document to be notarized",
"Stable internet connection"
],
"estimated_cost": {
"session_fee": 85.00,
"platform_fee": 15.00,
"total": 100.00,
"currency": "EUR"
}
}
Initiate identity verification process
{
"success": true,
"verification_id": "ver_xyz789",
"verification_url": "https://verify.actum.com/ver_xyz789",
"status": "pending",
"cost": 8.50,
"estimated_completion": "5-10 minutes"
}
Create a digital signature session for documents
ACTUM sends webhook events to notify your application about important events.
booking.created - New booking createdbooking.confirmed - Booking confirmed by notarysession.started - Notarization session startedsession.completed - Session completedverification.completed - ID verification completedsignature.completed - Document signedGet instant access to the ACTUM API with your chosen subscription plan. Start integrating professional notary services into your application.