iMessage API
for Developers
Send blue bubbles, reactions, and rich media via a simple REST API. Built for developers who ship.
TextBubbles API
iMessage
Hey! Check out this new API 🚀
It sends iMessages programmatically?!
Yep — blue bubbles and everything 💬
Reactions, media, even Apple Cash
That's incredible. Signing up now!
iMessage
Everything you need to
send blue bubbles
A complete iMessage platform with every feature your app needs, accessible through a simple REST API.
Ship in
five lines of code
Install our SDK, add your API key, and start sending iMessages. It's that simple.
Type-safe SDK with full IntelliSense
Async/await with Promise-based API
Message effects like confetti and fireworks
send-message.ts
import { TextBubblesClient } from "@textbubbles/sdk";
const client = new TextBubblesClient({
apiKey: process.env.TEXTBUBBLES_API_KEY
});
await client.messages.send({
to: "+14155551234",
content: { text: "Hello from TextBubbles! 💬" },
effect: "confetti"
});Simple, transparent
pricing
Start free, scale as you grow. No hidden fees, no surprises.
Free
$0forever
Perfect for testing and personal projects
- iMessage via email only
- No phone number
- Basic media support
- Community support
Scale
$299/mo
For high-volume applications
- Dedicated phone number
- Everything in Pro
- Group chats
- Payment requests
- Dedicated support
Enterprise
Custom
For mission-critical messaging
- Everything in Scale
- Multiple phone numbers
- Custom SLA
- Dedicated account manager
- Custom integrations
Works with your
favorite stack
Official SDKs for every major platform, plus a REST API for everything else.