Chat with Meta AI
Whapi.Cloud allows you to interact with Meta AI bots available in WhatsApp through API.
Last updated
{
"bots": [
{
"id": "13135550002@s.whatsapp.net",
"persona_id": "867051315767696$1516093456410924"
}
],
"count": 1
}curl --request POST \
--url https://gate.whapi.cloud/bots/13135550002%40s.whatsapp.net/messages \
--header 'accept: application/json' \
--header 'authorization: Bearer <CHANNEL_TOKEN>' \
--header 'content-type: application/json' \
--data '{
"body": "Hello! What can you help me with?"
}'{
"body": "Suggest three ideas for a weekend trip."
}