cURL
curl --request POST \ --url https://api.telepie.com/v1/sms \ --header 'apikey: <api-key>'
Our web app portal allows you to send individual SMS messages efficiently and securely.
{ "sender": "senderName", "to": "91XXXXXXXXXX", "text": "Hello World!", "type": "TRANS" }
Was this page helpful?