Send iMessages from anywhere.
Send and receive iMessages with a simple REST API. Enterprise-ready infrastructure with webhooks and 99.9% uptime.
# Check if phone supports iMessage
curl -X GET https://backend.blooio.com/v1/api/contacts/+1234567890/capabilities \
-H "Authorization: Bearer YOUR_API_KEY"
# Send a message
curl -X POST https://backend.blooio.com/v1/api/messages \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "+1234567890",
"text": "Hello from Blooio! 👋"
}'Enterprise-ready infrastructure
RESTful API
Standard HTTP methods with predictable JSON responses. Integrate in minutes.
Real-time Events
Webhook notifications for message delivery, read receipts, and reactions.
Security First
End-to-end encryption with OAuth 2.0 and API key authentication.
API Endpoints
/v1/api/messagesList messages with pagination and filtering
/v1/api/messagesSend a new message
/v1/api/messages/{messageId}Get message details
/v1/api/messages/{messageId}/statusGet delivery status
/v1/api/messages/{messageId}Cancel a queued message
Quick Start
Get started in seconds with your favorite language
# Send a message
curl -X POST https://backend.blooio.com/v1/api/messages \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "+1234567890",
"text": "Hello from Blooio! 👋",
"attachments": ["https://example.com/image.jpg"]
}'
# Check if phone supports iMessage
curl -X GET https://backend.blooio.com/v1/api/contacts/+1234567890/capabilities \
-H "Authorization: Bearer YOUR_API_KEY"{
"message_id": "Qm8FhbH3P7R",
"status": "queued"
}Simple, transparent pricing.
Professional messaging solutions for businesses that need reliable, scalable communication.
Dedicated
Professional messaging at scale
+ $50 one-time activation fee
Dedicated phone number
Your brand, your number
Compare Plans
Personal use
Small teams
Growing business
High volume
Custom scale
Want to try Blooio first?
Start with our free trial – no credit card required. Learn more on the pricing page.
Looking to integrate with n8n?  Click here