HomeAPI Documentation
Developer Documentation

Complete API Reference

Build powerful WhatsApp integrations with our REST API. Interactive docs with live examples in multiple languages.

X-API-Key
OpenAPI 3.1
https://zautic.com/api/v1
REST v1
OpenAPI 3.1
8 Languages
api-example.sh
# Send a WhatsApp message
curl -X POST https://zautic.com/api/v1/messages/send \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "phone": "+919876543210",
    "message": "Hello from Zaptic API!"
  }'
Get Started in Minutes

Quick Start Guide

Follow these simple steps to integrate WhatsApp messaging into your application

1

Get Your API Key

Sign up and generate your API key from the dashboard

Get Started
2

Make Your First Request

Send your first WhatsApp message via API

View Example
3

Explore Features

Discover all available endpoints and capabilities

Browse Docs
Authentication

Authenticate with X-API-Key

Include your API key in the X-API-Key header on every request. Keep it server-side, rotate regularly, and never expose it in public frontends.

Request Basics

Base URL
https://zautic.com/api/v1
Headers
X-API-Key: YOUR_API_KEY Content-Type: application/json
Example request
curl -X GET https://zautic.com/api/v1/account \
  -H "X-API-Key: YOUR_API_KEY"

Powerful API Features

Everything you need to build world-class WhatsApp integrations

Messaging API

Send text, media, templates, and track delivery

POST /v1/messages/send
GET /v1/messages
GET /v1/messages/{id}

Contact Management

Manage your contacts and groups programmatically

GET /v1/contacts
POST /v1/contacts
GET /v1/contacts/{id}

Device Management

List connected WhatsApp devices and their status

GET /v1/devices

Wallet & Billing

Get credit balance and transactions

GET /v1/wallet
GET /v1/wallet/transactions
Interactive Documentation

Complete API Reference

Explore all endpoints with live examples and instant testing

OpenAPI-powered reference (search, explore, and try requests)
Open full screen

Always up to date

This reference is generated from our OpenAPI spec and reflects the latest endpoints under /api/v1.

Download OpenAPI JSON

For production apps, make API calls from your server and keep your API key private.

OpenAPI spec
Open JSON
GET https://zautic.com/api/openapi

Tools & Downloads

Everything you need to build faster

OpenAPI Spec (JSON)

Public OpenAPI 3.1 spec used by the interactive reference

OpenAPI 3.1
Generated from live routes
Great for tooling
Download OpenAPI

Guides (Quick Links)

Start fast with the essentials and common workflows

Authentication (X-API-Key)
Send your first message
Contacts & devices
Jump to Quick Start

API Reference

Complete endpoint documentation with examples

Messages
Contacts
Devices
Wallet
Templates
Campaigns
Open Reference

SDKs & Postman (Dashboard)

Generate SDKs and export Postman collections (sign in required)

TypeScript, Python, PHP, Java, Ruby, Go, C#
One-click downloads
Rate limited per user
Open Developer Tools

Need Help Getting Started?

Our developer support team is here to help you integrate successfully

24/7 Support
Free API Keys
14-Day Trial