SparkTG

Send SMS Documentation

Send SMS

v1.0

Send SMS

Send text messages

Messaging & Verificationv1.01 Endpoint

Overview

SMS : POST : /send-sms

Authentication

Basic Authentication

Methods

POST

Parameters

4 Parameters

Response

JSON Format

Available Endpoints

POST/send-sms

Key Parameters

number(Integer)

Number on which SMS is to be sent

message(String)

Desired message

service-id(Integer)

Id of the service

country-code(Integer)

Country Code of the number on which SMS is to be sent

Quick Example

Try this API with a simple cURL command

Basic API Call
curl -i -u "username:password" "https://telephonycloud.co.in/api/v1/send-sms" -d "number=9999999999&message=hello&service-id=1"
💡 Replace username:password with your actual credentials

Response Preview

Sample response from this API

Sample Response
0a83b9e6-50b7-48c8-a3c5-2e8f7d60e1ae
View complete response format in Response section