Email + Automation
Transactional and marketing email from one API: templates, domains, and drip flows. Deliverability handled.
Email and AI marketing, AI video and images, social publishing to seven networks, push, WhatsApp OTP, currency and deep links. One key, one dashboard, one bill, from your first user to your millionth.
// one client, everything below import { startupaid } from "@startupaid/sdk"; const sa = new startupaid({ apiKey: "sa_live_…" }); // transactional + marketing email await sa.sendEmail({ to, subject, body }); // verify a number over WhatsApp await sa.sendOtp({ to, appId }); // a clip from a sentence, posted for you await sa.createVideo({ prompt, postTo: ["tiktok"] }); // convert at your own rate const fx = await sa.convert("USD", "GBP", 100); fx.spread.percent // → your margin
You shouldn't need a platform team to send an email, verify a phone, or price a trade. Get production-grade infrastructure without the enterprise invoice.
A real free tier on every product. Pay only for what you send, with no seats, no setup fees, no annual lock-in.
Queued delivery with automatic retries, deliverability baked in, and a public status page. It just keeps sending.
Encryption in transit and at rest, and scoped, revocable API keys. Your customer data stays yours.
One key, one dashboard, first-class SDKs. Copy a snippet and ship your first message before your coffee's cold.
Every channel your product reaches customers through, behind a single bearer key. Turn on only what you need, when you need it, and leave the rest off.
Transactional and marketing email from one API: templates, domains, and drip flows. Deliverability handled.
One-time passcodes over WhatsApp with per-region senders, delivery tracking, and verification built in.
iOS, Android and web push in a single send, free on every account with no volume cap. Bring your own FCM and APNs keys.
Live rates for 230+ fiat & crypto, and set your own buy / sell spread. We return the market rate, your rate, and your margin.
Schedule and auto-publish to X, LinkedIn, Instagram, Threads, Facebook, YouTube and TikTok, from one queue.
Describe a clip or a still and get it back in about a minute, from Veo, Seedance or Kling, then post it straight to social.
Set the month’s goal, let campaigns and automations run, and see which sends produced customers rather than opens.
Universal / App Links that open your app to the right screen, set up once, free for every account.
Set a buy and a sell margin per currency. Every conversion returns the live market rate, your customer rate, and exactly what you keep, so there's no client-side math and no way to leak spread.
First-class SDKs that do the encoding for you: attachments, base64, retries. Or hit the plain REST API from any language. Prefer SMTP? Point your app at our relay with the same key.
from startupaid import Client, attach_file sa = Client("sa_live_…") sa.send_email( from_="Acme <hi@acme.com>", to="ada@example.com", subject="Your invoice", body="<h1>Thanks 🎉</h1>", attachments=[attach_file("invoice.pdf")], ) # SMTP too → smtp.startupaid.org:587
A free tier on every product, and each one priced on its own so you scale what you actually use. Push and deep links cost nothing at any volume. No seats, no setup fees.
Create an account, grab your API key, and send your first message before your coffee's cold.