WhatsApp Messaging and Calling
communitySecure, reliable, and private messaging and calling service for individuals and businesses globally, featuring end-to-end encryption and group chat functionality.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
/api/v1/messageInitiate or send a private, end-to-end encrypted message to a contact.
Parameters
contentrequired — textrequired— sticker, or GIF contentto_user_idrequired — recipient's WhatsApp IDrequiredReturns
Confirmation of message delivery status./api/v1/call/voiceInitiate a secure, end-to-end encrypted voice call to a contact.
Parameters
to_user_idrequired — contact ID for the callrequiredReturns
Call initiation confirmation and session ID./api/v1/call/videoInitiate a secure, end-to-end encrypted video call to a contact.
Parameters
to_user_idrequired — contact ID for the callrequiredReturns
Call initiation confirmation and session ID./api/v1/groupCreate, add members to, or send messages to a group conversation.
Parameters
actionrequired — create or sendrequiredgroup_idoptional — target group IDoptionalrecipientsoptional — list of user IDs for creation/additionoptionalReturns
Status of the group operation or message delivery./api/v1/message/voiceRecord and send a voice message to a contact or group.
Parameters
audio_datarequired — encoded voice message filerequiredrecipient_idrequired — user or group IDrequiredReturns
Confirmation of voice message upload and delivery./api/v1/statusPost an update (text, photo, or video) to the user's Status.
Parameters
media_urloptional — URL to shared mediaoptionalcontent_typerequired — text or mediarequiredReturns
Status update confirmation./api/v1/business/contactSend a message to a business account for sales or support.
Parameters
messagerequired — customer inquiry or requestrequiredbusiness_idrequired — identifier for the businessrequiredReturns
Confirmation of message sent to the business system.