Skip to the content.

Welcome to Velip

Multichannel communications and AI agents for contact centers — voice, SMS, WhatsApp, Messenger, Instagram, and email under a single API.

Velip is a Brazilian communications platform that powers contact centers, marketing teams, and product apps with a single backend for voice, SMS, WhatsApp, Messenger, Instagram, and email, plus AI agents (autonomous and real-time voice) on top of it.

These docs cover what consumers of the Velip Public API and the Velip MCP server need to integrate. Internal product manuals (call center UI, agent design tools) live elsewhere.

Published site: developers.velip.com.br

What is here

Channels at a glance

Channel Endpoints Notes
Voice (TTS / call) MakeTTSCall, GetCallStatus, GetTTSVoices, PlayAudioFile, GetWebRTC Outbound TTS with DTMF/IVR, transfer to PA, recording, WebRTC.
SMS MakeSMS 160-char limit (auto-cut available); per-customer providers (Matrix, Wavy/Tww, Flash).
WhatsApp MakeWhatsapp, ValidateWhatsAppNumber, CreateWhatsappTemplate, GetWATemplates, DeleteWhatsappTemplate, CheckTemplateStatus HSM/templates, text/audio/image/file/video, Gupshup or Meta Cloud API providers.
Messenger / Instagram MakeMessenger, MakeInstagram Meta channels via business accounts.
Email SendGmailOAuth Gmail OAuth-backed sender.
Campaigns / queues CreateCampaign, ChangeCampaign, GetCampaignsList, CreateCenterQueue, GetCenterQueues Campaign lifecycle and contact-center queue management.
Destinations CreateDestinationBase, GetDestinationsList Manage destination lists used by campaigns.
Auth / utilities GetUserID Token issuance and account introspection.
Audio files CreateAudioFile, GetAudiosList Upload / list audio assets used by voice campaigns.
MCP (AI agents) send_sms, make_tts_call, send_whatsapp, … Same capabilities as MCP tools for Cursor, Claude, and custom agents. See MCP overview.

Note All REST endpoints are POST-by-default and accept application/json or application/x-www-form-urlencoded. URL parameters override JSON body keys.

Conventions used in these docs