⚡ Key Features & Advantages
⚡ Fast & Automated
Generate addresses instantly and query mailboxes in real-time.
🌐 Multi-Domain
Multiple active domain extensions available via the /domains endpoint.
🛡️ Secure Sessions
Isolated temporary environments with automatic session expiration.
Gateway Information
Base URL: https://tempmail.zakki.store
List Domains
Retrieve the list of available domain extensions for temporary email creation.
GET
/domains
Response:
Create Session
Generate a new temporary email identity. The session is isolated and maintained for the active duration.
POST
/create
Parameters (JSON Body)
| Name | Type | Required | Description |
|---|---|---|---|
domain | String | Yes | Domain name (e.g., zpr0.com). |
name | String | No | Custom identifier. Automatically generated if omitted. |
expiry | Number | No | Expiration time in minutes (Max: 10). |
Response:
Fetch Inbox
Retrieve incoming email data in real-time. Content is sanitized for straightforward parsing.
GET
/messages?email={address}
Response:
Delete Session
Permanently remove an email session and all associated data from the server.
DELETE
/delete?email={address}
Powered by ZakkiXD