Generate an API key from your dashboard.
sb_live_)Add DNS records to send from your own domain.
Use curl or any HTTP client to send an email:
curl -X POST https://api.sendbaba.com/v1/emails/send \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"from": "you@yourdomain.com",
"to": "recipient@example.com",
"subject": "Hello from SendBaba!",
"html": "<h1>It works!</h1>"
}'
Start sending emails with SendBaba.