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

Blooio API Reference

One HTTP API for iMessage, SMS, RCS, and WhatsApp. 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/v2/api/chats/%2B15551234567/messages \
  -H "Authorization: Bearer bl_live_..." \
  -H "Content-Type: application/json" \
  -d '{ "text": "Hello from Blooio!" }'

A note on v3

v3 was our API for enterprise customers, layering more programmatic features on top of messaging — including purchasing phone numbers directly through the API. This functionality is rolling out in v4 as well, bringing those enterprise capabilities to the unified API.

Explore the reference