Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zavu Messages API

The Messages API from Zavu — 4 operation(s) for messages.

Zavu Messages API is one of 21 APIs that Zavu publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Messages. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, and rate-limit docs.

This API exposes 5 operations across 4 paths, and defines 10 schemas. It is described by OpenAPI 3.0.3, at version 0.2.0.

Requests are made against a single base URL, https://api.zavu.dev.

5 operations 4 paths 10 schemas 2 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.2.0
Base URL
https://api.zavu.dev/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Zavu Messages API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 5

Across 4 paths, the API surfaces 5 operations — 2 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Messages 5
POST
/v1/messages
Send a message
sendMessage 1 param body → 202400401403404409429500
GET
/v1/messages
List messages
listMessages 5 params → 200401
GET
/v1/messages/{messageId}
Get message by ID
getMessage 1 param → 200401404
POST
/v1/messages/{messageId}/reactions
Send reaction to message
sendReaction 2 params body → 202400401404
POST
/v1/messages/{messageId}/typing
Show typing indicator
showTypingIndicator 2 params → 202400401404

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are MessageContent (29 properties), Message (18 properties), MessageRequest (13 properties), EmailAttachmentInput (5 properties). Each schema is shown below with its type and property counts.

Message
object
18 properties 6 required
MessageContent
object
Content for non-text message types (WhatsApp and Telegram).
29 properties
Channel
string
Delivery channel. Use 'auto' for intelligent routing. whatsappalt is the QR-linked WhatsApp channel and is only accepted for teams with the WhatsApp Alternativ…
ReactionRequest
object
1 property 1 required
MessageStatus
string
EmailAttachmentInput
object
Email attachment. Provide either content (base64) or path (URL), not both.
5 properties 1 required
MessageType
string
Type of message. Non-text types are supported by WhatsApp and Telegram (varies by type).
Error
object
3 properties 2 required
MessageResponse
object
1 property 1 required
MessageRequest
object
Request body to send a message.
13 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zavu-messages-api-openapi.yml Raw ↑

Other APIs Zavu publishes across the network.

Zavu 10DLC API
Zavu Account API
Zavu Agent Flows API
Zavu Agent Knowledge Bases API
Zavu Agent Tools API
Zavu Agents API
Zavu Balance API
Zavu Broadcasts API
Zavu Contacts API
Zavu Functions API
Zavu Introspect API
Zavu Invitations API