Dashboard
A quick overview of your account
My Meshtastic Nodes
Manage the nodes you have flashed with FlashMesh
Store
Buy pre-assembled, flashed and tested boards
Phone Verification API
Integrate phone verification into your applications
What is Verify API?
Verify API allows you to integrate phone verification via SMS and voice calls into your applications. Verify user phone numbers securely with one-time codes.
Features
- SMS verification with customizable templates
- Voice call verification with text-to-speech
- Multi-language support (ES, EN, PT, FR)
- Real-time usage tracking and analytics
- Simple REST API integration
Plans
Free
$0/mes
- 100 verifications/month
- SMS only
- Standard support
Starter
$29/mes
- 1,000 verifications/month
- SMS + Voice
- Priority support
Pro
$99/mes
- 10,000 verifications/month
- SMS + Voice
- Custom sender ID
- Dedicated support
Enterprise
Contact us
- Unlimited verifications
- All features
- SLA guarantee
- Custom integration
Request access to start using Verify API. Your request will be reviewed by our team.
You must verify your phone number before requesting access.
Go to Profile
Request Pending
Your request is being reviewed. You will receive an email when it's approved.
Requested plan:
-
Requested at:
-
Access Approved
Your Verify API access is active. Use the API key below to authenticate your requests.
API Credentials
-
-
Quick Start
curl -X POST https://verify-api.cvaldess.com/api/v1/verify/sms \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"phone": "+34612345678", "language": "es"}'