Send transactional emails with confidence. Simple API, powerful features, real-time analytics.
// Send an email with just a few lines
const response = await fetch('https://xipler.com/api/v1/emails', {
method: 'POST',
headers: {
'Authorization': 'Bearer xp_live_your_api_key',
'Content-Type': 'application/json'
},
body: JSON.stringify({
to: 'user@example.com',
subject: 'Welcome!',
html: '<h1>Hello World</h1>'
})
});Powerful features without the complexity
Emails delivered in milliseconds with our global infrastructure
SPF, DKIM, DMARC authentication built-in
Clean REST API with SDKs for every language
Track opens, clicks, bounces, and more
Safe retries with idempotency keys - never send duplicates
Your emails reach the inbox, not spam