avlytext.com
AvlyText is a Restful API that allows you to send SMS in every country. Visit https://avlytext.com to create your account. Every request may return http errors:
401 Unauthorized
if Authentication failed402 Payment Required
if your balance is insufficient for the requested action403 Forbidden
if you are not allowed to access the requested resource404 Not Found
if the requested resource doesn't exists422 Unprocessable Entity
if the data submitted in body or query string are not properly defined
contacts
- Email: support@avlytext.com
POSTSend one SMS using POST
https://api.avlytext.com/v1/sms?api_key={api_key}
HEADERS
Content-Type
PARAMS
api_key
Bodyraw (json)
Example Request
Send SMS using POST
200 OK
Example Response
Date
Server
Cache-Control
Access-Control-Allow-Origin
Content-Length
Keep-Alive
Connection
Content-Type
GETSend one SMS using GET
https://api.avlytext.com/v1/sms?api_key={api_key}&sender=MyApp&recipient=237699224477&text=This%20is%20test%20message.
PARAMS
api_key
sender
recipient
text
Example Request
Send SMS using GET
200 OK
Example Response
Date
Server
Cache-Control
Access-Control-Allow-Origin
Content-Length
Keep-Alive
Connection
Content-Type
POSTSend multiple SMS
https://api.avlytext.com/v1/sms/bulk?api_key={api_key}
PARAMS
api_key
Bodyraw (json)
Example Request
Send multiple SMS
200 OK
Example Response
Date
Server
Cache-Control
Access-Control-Allow-Origin
Content-Length
Keep-Alive
Connection
Content-Type