Motorical Documentation
Everything you need to integrate with Motorical's email infrastructure — SMTP relay, REST API, encrypted mailboxes, and marketing automation.
Quick Links
| Section | Description |
|---|---|
| API Reference | REST API authentication, endpoints, rate limits, webhooks, and code examples |
| SMTP Integration | Connect your app to Motorical SMTP with code examples in 8 languages |
| Email Mailboxes | Simple and encrypted IMAP mailboxes with zero-knowledge architecture |
| Communications Block | Professional email marketing platform integrated with Motorical |
| Guides | Webhooks, deliverability best practices, and data exports |
Getting Started
- Create an account at motorical.com
- Verify your domain and configure DNS (SPF, DKIM, DMARC)
- Create a Motor Block — your isolated email sending unit
- Start sending via SMTP or REST API
Base URLs
| Service | URL |
|---|---|
| REST API | https://api.motorical.com/api/public/v1 |
| SMTP Server | mail.motorical.com |
| IMAP Server | mail.motorical.com:993 |
| Communications API | https://motorical.com/comm-api/api |
| Interactive API Explorer | Swagger UI |
Authentication
All API requests require a Bearer token:
curl -H "Authorization: Bearer YOUR_TOKEN" \
https://api.motorical.com/api/public/v1/motor-blocks
Generate tokens in Settings → API Access in your Motorical dashboard, or programmatically via the token minting endpoint.
Need Help?
- Support — Submit a ticket
- [email protected] — Email us directly
- Status Page — Service health