API anahtarı gerekmeden, saniyede yüzlerce istek yapabileceğiniz hızlı ve bağımsız uç noktalar.
Yeni rastgele geçici e-posta kutusu oluşturur.
{
"domain": "gecici.email"
}{
"success": true,
"inbox": {
"address": "swift_9812@gecici.email",
"token": "a1b2c3d4...",
"expiresAt": 1757271920000,
"ttlSeconds": 3600
}
}Özel kullanıcı adlı geçici e-posta kutusu oluşturur.
{
"prefix": "ahmet_test",
"domain": "gecici.email"
}{
"success": true,
"inbox": {
"address": "ahmet_test@gecici.email",
"token": "...",
"expiresAt": 1757271920000,
"ttlSeconds": 3600
}
}Yapay Zeka (AI) Uç Noktası: Yeni e-posta gelene kadar bekler ve 6 haneli OTP doğrulama kodunu döner.
{
"success": true,
"otp": "893120",
"actionType": "verification",
"sender": {
"name": "GitHub Security",
"address": "noreply@github.com"
},
"subject": "Your GitHub verification code: 893120"
}Yapay Zeka (AI) Uç Noktası: Aktivasyon / Sihirli giriş linkini doğrudan ayıklar.
{
"success": true,
"verificationLink": "https://example.com/verify?token=xyz999",
"actionText": "Hesabımı Doğrula",
"actionType": "verification"
}Gelen kutusundaki tüm mesajları listeler.
{
"success": true,
"address": "swift_9812@gecici.email",
"count": 1,
"messages": [
{
"id": "abc123xyz",
"from": { "name": "Google", "address": "no-reply@google.com" },
"subject": "Güvenlik Uyarısı",
"smartSummary": { "otpCode": "449120", "actionType": "security_alert" },
"receivedAt": 1757271920000
}
]
}Server-Sent Events (SSE) Gerçek Zamanlı Akış. Yeni mail düştüğü anda milisaniyelik event iletir.
event: new_email
data: {"type":"new_email","email":{...},"timestamp":1757271920000}Gelen kutusunu ve tüm e-postaları sunucu belleğinden anında kalıcı olarak siler.
{
"success": true,
"message": "Gelen kutusu ve tüm e-postalar silindi"
}