{"info":{"_postman_id":"21147182-e60f-a166-e0b6-7bd83c353a44","name":"WhatsApp Rest API","description":"<html><head></head><body><p>This API helps you to send WhatsApp Messages to any phone number in the world at an very incredible speed.</p>\n<p>To use this REST-API you will need an android phone with WhatsApp Account.</p>\n<p>You will require an <code>INSTANCE-KEY</code> which you can get on <code>https://whatsapp.tsssoftware.com</code>.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12868803","collectionId":"21147182-e60f-a166-e0b6-7bd83c353a44","publishedId":"TVRoY6bQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-10-16T06:08:01.000Z"},"item":[{"name":"Send a simple text message","id":"bd526a26-32e6-af67-4221-c6fe11902965","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"phone\":[\"918898582056@s.whatsapp.net\"],\n\t\"message\":\"Hello, How are you?\",\n\t\"key\":\"{YOUR_INSTANCE_KEY}\"\n}"},"url":"http://whatsapp.tsssoftware.com/api/sendMessage","description":"<p>By using this endpoint you can send a Simple WhatsApp message to any phone number.</p>\n","urlObject":{"protocol":"http","path":["api","sendMessage"],"host":["whatsapp","tsssoftware","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd526a26-32e6-af67-4221-c6fe11902965"},{"name":"Send a image message","id":"25101cca-1c19-749e-b961-732fe1da5b24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"phone\":[\"918898582056@s.whatsapp.net\"],\n\t\"message\":\"Hello, How are you?\",\n\t\"filename\":\"hello.png\",\n\t\"image\":\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=\",\n\t\"key\":\"{YOUR_INSTANCE_KEY}\"\n}"},"url":"http://whatsapp.tsssoftware.com/api/sendImage","description":"<p>By using this endpoint you can send an image to any whatsapp number.</p>\n","urlObject":{"protocol":"http","path":["api","sendImage"],"host":["whatsapp","tsssoftware","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"25101cca-1c19-749e-b961-732fe1da5b24"},{"name":"Send a file message","id":"f9b32f85-c5f0-87f9-e171-8c8df947d715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"phone\":[\"918898582056@s.whatsapp.net\"],\n\t\"key\":\"{YOUR_INSTANCE_KEY}\",\n\t\"message\":\"Hello, How are you?\",\n\t\"filename\":\"hello.pdf\",\n\t\"image\":\"\"\n}"},"url":"http://whatsapp.tsssoftware.com/api/sendPdf","description":"<p>By using this endpoint you can send an image to any whatsapp number.</p>\n","urlObject":{"protocol":"http","path":["api","sendPdf"],"host":["whatsapp","tsssoftware","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f9b32f85-c5f0-87f9-e171-8c8df947d715"}]}