Connect your Mac and send iMessages programmatically. Perfect for notifications, customer support, and automation.
curl -X POST https://api.your-domain.com/api/v1/messages/send \
-H "x-api-key: sk_live_xxxxx" \
-H "Content-Type: application/json" \
-d '{
"to": "+1234567890",
"message": "Hello from iMessage SaaS!",
"service": "iMessage"
}'The simplest way to add iMessage capabilities to your applications.
Simple REST API to send iMessages and SMS from your applications.
Use your own Mac as the message gateway. No third-party services involved.
WebSocket-based connections for instant delivery confirmations.
Messages go directly through your Mac. We never see your content.
Get started in three simple steps.
Sign up and get your API key instantly.
Install the Mac Agent with one command.
Use the API to send iMessages from your app.
Start free, upgrade when you need more.