Please Assure Customer’s consent (opt-in) before sending them SMS, Any Kind Of Marketing Via Using Our Platform Is Strictly Prohibited.

Bulk Sms Service Provider
sign up free for bulksms login to bulksms account here

Voice SMS Prices For Pakistan

No Setup Costs | No License Costs | No Any Hidden Charges |No Daily SMS Sening Limit
You Just Pay A Small Fee Per SMS | FREE API Integration Code

Package Total Price In PKR Call Duration (billing) Charges Validity Purpose To Use Pay Now Payment Method
Package 1 5000/= Per Seconds 0.20 Paisa 1 Years OTP Codes
Package 2 5000/= 30 Seconds 5.00 PKR 1 Years Marketing



Payment Will Be 100% Advance
NTN, CNIC & Account Verification Will Be Compulsory To Use This Service.


* This is a local channel for terminating local/Pakistani origin companies/products/services traffic only, terminating traffic of any international entity directly or indirectly is considered is a crime and can lead to legal action for damages/losses incurred.

Do Email Us The Details After Payments With Transaction ID At info@ sendpk.com .

Developer API For Voice Calls

Our Docs Are Such Friendly That A Normal User Can Also Integrate API With Out Having Deep Developer Knowledge.

Parameters Description
api_key Login Your Account -> Go To API Docs. & Get Your Unique API KEY (Required).
mobile Recepient Mobile Number (Required).
type 1,2,3 [1= Pre Recorded, 2= Recorded, 3= Text To Speech] - (Required)
audio Audio ID When Type = 1 (Required)
file File Name [with location] When Type is = 2 (Required)
text Text To Play When Type is = 3 (Required)
format Type is xml and json. Not Case sensitive. If set, the result will be returned according to the type specified (OPTIONAL).

Text To Speech

This system will call your user & speak your message to the receiver. Usually, this kind of service is used to send verification calls.
Sample URL:
https://sendpk.com/api/voicesms.php?api_key=YOUR_API_KEY &mobile=923001234567&type=3&text=hello
Success Response:

{"success":"true","type":"API","totalprice":"0.15","totalgsm":"1","remaincredit":"5180RS","results":[{"status":"OK","messageid":"e35c8381-24b4-41db-81b4-326dd3f1ee92","gsm":"923001234567"}]}

PHP Sample Code

<?php

$url = "https://sendpk.com/api/voicesms.php";
$parameters = array(
 "api_key" => "YOUR_API_KEY",
 "type" => "3",
 "mobile" => "923001234567",
 "text" => "Your Verification Code is 12345",
 );
$ch = curl_init();
$timeout = 30;
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $parameters);
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout);
$response = curl_exec($ch);
curl_close($ch);
echo $response ; 

?>

Recorded Voice Calls (MP3 | WAV FILES)

This method allows you to send voice message to one or more destination addresses.

PHP Sample Code

<?php

$curl = curl_init();
 curl_setopt_array($curl, array(
 CURLOPT_URL => "https://sendpk.com/api/voicesms.php",
 CURLOPT_RETURNTRANSFER => true,
 CURLOPT_ENCODING => "",
 CURLOPT_MAXREDIRS => 10,
 CURLOPT_TIMEOUT => 0,
 CURLOPT_FOLLOWLOCATION => true,
 CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
 CURLOPT_CUSTOMREQUEST => "POST",
 CURLOPT_POSTFIELDS => array("api_key" => "YOUR_API_KEY","mobile" => "923001234567,923121234567","type" => "2","file"
=> new CURLFILE("/C:/Users/Downloads/VoiceClip.mp3")),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response; 

?>
Success Response:
{"success":"true","type":"API","totalprice":"0.0100","totalgsm":"2","remaincredit":"85.9187EUR","results":[{"status":"OK","messageid":"2f4d76d4-5646-4a73-a858-d5466b7adbf8","gsm":"923001234567"},{"status":"OK","messageid":"67b806c9-85c2-4b67-bbfd-3b2709e55090","gsm":"923121234567"}]}

Above HTTP API Code Are Fully Compatible With PHP , ASP , Dot Net , JSP , C# , XML , Java Integration

Download API Documentation With PHP And HTTP Codes

Click Here Download API Documentation.
NTN: 6396772
SENDPK.COM
© Copyright 2014-2024 : SendPK.Com Search Engine Optimization Done By SendPK.Com