English
curl -X POST https://api.livchat.ai/v1/messages/send/sticker \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "phone": "5511999999999", "sticker": "data:image/webp;base64,UklGR..." }'
{ "success": true, "code": 200, "data": { "details": "Sent", "id": "3EB04A45DCA355D01DB68C" } }
Send a sticker to a WhatsApp number
data:image/webp;base64,...
data:video/mp4;base64,...