Developer Preview

A developer-first API for real-time automation

Send blue bubbles programmatically. Connect Tuco to your stack with our REST API and real-time Webhooks. No private APIs, fully compliant.

POST /v1/messages
curl -X POST https://api.tuco.ai/v1/messages \
-H "Authorization: Bearer sk_live_..." \
-H "Content-Type: application/json" \
-d {
"to": "+15550123456",
"body": "Your table is ready! 🍽️",
"attachments": []
}

Everything you need to ship

Built by engineers, for engineers.

Real-time Webhooks

Subscribe to `message.received`, `message.failed`, and `call.incoming`. Sync data to your DB instantly.

End-to-End Encryption

We don't store message content longer than necessary. Your keys, your data.

Typed SDKs

First-class TypeScript support. Python and Go SDKs available. Autocomplete your way to production.

Node.jsPythonGo
import { Tuco } from 'tuco-node';

const client = new Tuco(process.env.TUCO_KEY);

await client.messages.create({
to: '+14155552671',
body: 'Your verification code is: 4829'
});

Simple, idiomatic SDKs

  • Full control over iMessage features like typing indicators and read receipts.
  • Automatic retries and rate limiting handling.
  • Send images, videos, and tapbacks.
Explore the docs

Start building today

Get your API keys and send your first blue bubble in 5 minutes.