how to making own sms verification website ?

Joined
Jan 1, 2020
Messages
35
Reaction score
14
hello from which service i can get api for making my own sms verification website ?

something like autofications.com
 
I also want to know. Have a plan to do this kind of site
 
https://www.twilio.com/docs/sms/api as an example, You will probably find providers with better pricing, but pretty much any provider will also have an API that can be used for reselling.
 
https://www.twilio.com/docs/sms/api as an example, You will probably find providers with better pricing, but pretty much any provider will also have an API that can be used for reselling.

twillio its voip number , some website like autofication its not voip , so im looking for the provider like that
 
Yup as mentioned above, twillio which has extensive api documentation.
 
There a cheaper way, there windows application you can link to your mobile phone to send sms from your sms phone package.

I just forget the application name
 
Here you go.

You install a server that passes the text to your mobile phone or USB device.

Then you use code to send the message.

Because it all done thu command line and code you can whip up a code to work with online users...

Here the correct website to get the server it also gives examples of how to send messages.

Of course, you have to set up the online page your self and run the server from home.

This will give people free sending of sms
From your home and from your sms mobile
Package

A lot of pay as you go packages have unlimited text

That why I mention this method.

Will only work for sending, receiving would cause to many problems

https://www.nowsms.com/doc/submitting-sms-messages/send-sms-from-a-command-line-interface
 
Can buy franchise from sms-activate.ru
I think it will best and cheap solution, compared to what was suggested above
 
hello from which service i can get api for making my own sms verification website ?

something like autofications.com
I also want to learn this for so long...especially how am I going to generate those virtual numbers and start stocking those numbers on my new website
 
Back
Top