Temp Email API - Disposable Temporary Email Service
The Temp Email API provides a seamless solution for developers needing disposable email addresses for testing, automation, user verification, or privacy-focused applications. Generate temporary emails on-demand, retrieve incoming messages in real-time, and manage inboxes with ease—all without the hassle of permanent email setups. **Key Features:** - **Custom Email Creation:** Choose your own…
Temp Email API - Disposable Temporary Email Service endpoints
| Method | Endpoint | Description |
|---|---|---|
| Emails | ||
| POST |
createEmail /emails |
Generates a new disposable email address. Optionally provide a custom name and domain; if omitted, a random email is created using default lengths. |
| DELETE |
deleteEmail /emails/{email} |
Permanently deletes the specified temporary email address and all associated messages, ensuring cleanup and privacy. |
| GET |
getMessages /emails/{email}/messages |
Retrieves a list of incoming messages for the specified temporary email address, including details like sender, subject, and timestamps. |
| GET |
getMessage /emails/{email}/messages/{id} |
Fetches detailed content of a specific message, including text/HTML body and attachments. Use the format query parameter to get HTML output. |
| DELETE |
deleteMessage /emails/{email}/messages/{id} |
Deletes a specific message from the temporary inbox, helping manage storage and privacy. |
| Attachments | ||
| GET |
downloadAttachment /attachments/{att_id} |
Downloads an attachment from a message as a binary file stream, supporting various formats like images, PDFs, and documents. |
| Domains | ||
| GET |
getDomains /domains |
Returns a list of over 20 available domains for custom email creation, with constant updates to ensure freshness and variety. |
Temp Email API - Disposable Temporary Email Service pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.95 / month | 5 / second |
|
| ULTRA | $24.95 / month | — |
|
| MEGA | $49.95 / month | — |
|