Authentica
Authentica is a Saudi verification platform that makes user authentication fast and reliable. Developers can send and verify one-time passcodes across SMS, WhatsApp, and Email using simple REST/JSON endpoints. Beyond OTP, Authentica supports Face and Voice biometric checks for step-up security and custom SMS with approved sender names. It’s built developer-first straightforward JSON requests,…
Authentica endpoints
| Method | Endpoint | Description |
|---|---|---|
| OTP | ||
| POST |
sendOtp /api/v2/send-otp |
This endpoint is used to send an OTP to user's mobile number or email. |
| POST |
verifyOtp /api/v2/verify-otp |
This endpoint is used to verify the OTP for user authentication. |
| Biometrics | ||
| POST |
StoreFaceImage /users/{user_id}/image |
This endpoint is used to store reference images for your users |
| POST |
StoreVoiceAudio /api/v2/users/{user_id}/voice |
This endpoint is used to store reference audio for your users |
| POST |
verifyByFace /api/v2/verify-by-face |
This endpoint is used to verify whether the reference image and the real-time image match. |
| POST |
verifyByVoice /api/v2/verify-by-voice |
This endpoint is used to verify whether the reference audio and the real-time audio match. |
Authentica pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $24 / month | 1000 / hour |
|
| ULTRA | $74 / month | 1000 / hour |
|
| MEGA | $154 / month | 2000 / hour |
|