Disposable Email
Instant temporary email. No signup, no hassle. Keep your real inbox clean.
▶ Your temporary address
@
Inbox
0
No emails yet.
Auto-checking every 3s.
Select an email to read
API Documentation
1. Get Emails GET
| Parameter | Description | Required |
|---|---|---|
| Email address to search | Yes |
Example:
Response:
{
"status": true,
"message": "Emails retrieved successfully",
"data": [
{
"uid": "abc-123",
"subject": "Verify your account",
"from_field": "noreply@example.com",
"date": "2026-04-13 14:30:00",
"text_content": "Your code: 123456",
"status": "delivered",
"code": "123456",
"all_codes": ["123456"]
}
]
}2. Get Domains GET
No parameters required.
Response:
{
"status": true,
"message": "Domain list retrieved successfully",
"data": [
{"domain": "example.com", "date": "2026-04-13", "expiration": "2027-04-13"}
]
}3. Data Fields
| Field | Description | Type |
|---|---|---|
| uid | Unique email ID | string |
| subject | Email subject | string |
| from_field | Sender address | string |
| date | Received time | datetime |
| text_content | Clean text content | string |
| status | Email status | string |
| code | Auto-extracted verification code (4-8 digits) | string/null |
| all_codes | All extracted codes | array |
Admin Access Required
Enter admin password to continue
Wrong password
Domain Management
Add Domains
Domains are validated before adding. A record must point to 85.239.232.154 and MX must point to mail.boldcrest.ink. SSL certificates are issued automatically.
Domain List
Click "Manage" tab to load domains