Send SMS
from your app
Simple REST API for sending and receiving SMS.
Or explore features first.

How it works
Not a rocket science, really...
$ curl
POST
'https://api.smsbot.cz/v1/message/send'
\
--header
'Authorization: Bearer your-token' \
--header
'Content-Type: application/json' \
--data '{
"recipient": "420123456789",
"message": "Hello from smsbot!"
}'
Super simple API
Set only destination phone number and the text you want to send. No SDK or client library required, just HTTP.
Open Swagger