tempgbox.net APItempgbox.net ↗
Generate disposable email addresses on-the-fly and instantly check incoming messages—perfect for signing up to services without using your real inbox. Each temporary email lasts 24 hours and works like Gmail, requiring no registration.
No input parameters required.
curl -X POST 'https://api.parse.bot/scraper/a15cdec8-1084-4759-8f5a-ce98d0186f78/generate_email' \
-H 'X-API-Key: $PARSE_API_KEY' \
-H 'Content-Type: application/json' \
-d '{}'Generate a new temporary email address. The email is Gmail-compatible and expires after 24 hours. Each call creates a fresh anonymous session and generates a random email alias. The generated email is stored in the session for subsequent get_inbox calls.
No input parameters required.
{
"type": "object",
"fields": {
"email": "string — the generated temporary email address",
"alias_tag": "string — the unique tag portion of the email alias",
"is_active": "boolean — whether the alias is currently active",
"base_email": "string — the base Gmail address the alias forwards to",
"created_at": "string — ISO 8601 timestamp when the alias was created",
"expires_at": "string — ISO 8601 timestamp when the alias expires",
"time_remaining_seconds": "integer — seconds until the alias expires"
},
"sample": {
"data": {
"email": "[email protected]",
"alias_tag": "djmugi0362",
"is_active": true,
"base_email": "[email protected]",
"created_at": "2026-06-08T06:32:42.055381Z",
"expires_at": "2026-06-09T06:32:41.980361Z",
"time_remaining_seconds": 86399
},
"status": "success"
}
}About the tempgbox.net API
The tempgbox.net API on Parse exposes 2 endpoints for the publicly available data on tempgbox.net. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.