Temp Email
# Temp Email 📧 Create **disposable / temporary email inboxes** and read incoming mail — OTP codes, sign-up confirmations, verification links — **on demand**. Keyless backend, no setup, no SMTP. Built for QA automation, sign-up testing, scraping flows and bot verification. --- ## ✨ What you can do - 📥 **Spin up a throwaway inbox** in one call — get the address, password and a token. - 🔄 **Poll…
Temp Email endpoints
| Method | Endpoint | Description |
|---|---|---|
| Temp Email | ||
| POST |
createInbox /api/temp-email/create |
Creates a throwaway inbox. Returns the address, password and a token. Store the token (or address+password) to read this inbox. All fields are optional - a random address is… |
| POST |
readMessage /api/temp-email/message |
Returns the full message including text and HTML body and attachments. Provide the message 'id' from /messages plus the token (or address+password). |
| POST |
deleteInbox /api/temp-email/delete |
|
| GET |
listDomains /api/temp-email/domains |
|
| POST |
listMessages /api/temp-email/messages |
Returns the inbox message list. Authenticate with the token from /create, or with address + password. |
Temp Email pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | — |
|
| ULTRA | $20 / month | — |
|
| MEGA | $60 / month | — |
|