Docs API gateway: Swagger & Postman
WhatsApp API Documentation
Provide WhatsApp HTTP API to send and receive messages, files, media, work with group chats, get contact list, send products, take orders, generate polls and many other methods. Our stable API allows you to integrate any of your applications with our WhatsApp automation system. The servers run smoothly and the gateway is efficient: your customers will always receive messages on time. Make sure you get the token in your personal account before making requests.
Full documentation with usage examplesor
1. Send a GET request to
https://app.multichat.id/api/v1/send-text?token=TOKEN_HERE&instance_id=ID&jid=JID&msg=HELLO2. Indicators
token = your token,
msg = your text message,
instance_id = instance ID,
jid = 919999999999@s.whatsapp.net3. Success response
{
success: true,
message: "Message sent successfully!",
response: "<RESPONSE>"
}4. Failed response
{
success: false,
message: "<REASON>"
}Kirim gambar
1. Send a GET request to
https://app.multichat.id/api/v1/send-image?token=TERE&instance_id=ID&jid=JID&caption=CAPTION&imageurl=IMAGEURL2. Indicators
token = your token,
caption = your image caption message,
instance_id = instance ID,
jid = 919999999999@s.whatsapp.net,
imageurl = https://someimage.com/image.jpg3. Success response
{
success: true,
message: "Message sent successfully!",
response: "<RESPONSE>"
}4. Failed response
{
success: false,
message: "<REASON>"
}1. Send a GET request to
https://app.multichat.id/api/v1/send-video?token=TERE&instance_id=ID&jid=JID&caption=CAPTION&videourl=VIDEOURL2. Indicators
token = your token,
caption = your image caption message,
instance_id = instance ID,
jid = 919999999999@s.whatsapp.net,
videourl = https://someimage.com/video.mp43. Success response
{
success: true,
message: "Message sent successfully!",
response: "<RESPONSE>"
}4. Failed response
{
success: false,
message: "<REASON>"
}1. Send a GET request to
https://app.multichat.id/api/v1/send-doc?token=TERE&instance_id=ID&jid=JID&caption=CAPTION&docurl=DOCURL2. Indicators
token = your token,
instance_id = instance ID,
jid = 919999999999@s.whatsapp.net,
caption = your caption,
docurl = https://someimage.com/somepdf.pdf3. Success response
{
success: true,
message: "Message sent successfully!",
response: "<RESPONSE>"
}4. Failed response
{
success: false,
message: "<REASON>"
}