BetaThe V4 API is in beta — endpoints and functionality may change.
v4 API

Blooio API Reference

One HTTP API for iMessage, SMS, RCS, WhatsApp, and Apple Messages for Business. Send and receive messages, manage contacts and chats, run polls and groups, and subscribe to a unified event feed.

Quickstart

Send your first message in minutes.

Authentication

Authenticate with your API key.

Webhooks

Receive events in real time.

API Reference

Every endpoint, generated from the spec.

Send a message

curl -X POST https://api.blooio.com/v4/messages \
  -H "Authorization: Bearer bl_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "channel_id": "ch_...",
    "to": { "identifier": "+15551234567" },
    "content": { "type": "text", "text": "Hello from Blooio!" }
  }'

Explore the reference