Skip to main content

Quick Example

// Send a WhatsApp message
const response = await fetch('https://api.flowmod.ai/message/sendText/your-instance', {
  method: 'POST',
  headers: {
    'apikey': 'YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    number: '1234567890',
    text: 'Hello from FlowMod API!'
  })
});

Get started in seconds

Just scan one QR, no complex setup. Send messages, manage groups, and build powerful integrations with our REST API.

API Capabilities

Messaging

Send text, media, documents, and contacts

Groups

Create and manage WhatsApp groups programmatically

Webhooks

Real-time event notifications

Instance Management

Monitor connection status and manage sessions

Getting Started

1

Get Your Instance

Set up your FlowMod instance at app.flowiq.live/flowmod
2

Get API Credentials

Obtain your API key and instance name from the platform
3

Connect WhatsApp

Scan the QR code displayed on your instance dashboard
4

Start Coding

Use the API to send messages and integrate with your apps
Hero Light

Documentation