Generate high-performance disposable mailboxes instantly. Copy endpoints, fetch real-time inboxes, and receive email verification codes (OTPs) without password management.
Real-time disposable mailbox
Inbox is empty
Waiting for incoming emails...
No Message Selected
Select an email from the left pane to read its full content and copy the verification OTP instantly.
HulkChicha temporary email API simplifies software integration. Forget about storing passwords, handling manual token creation, or sorting through unformatted email content. Let our engine fetch emails and extract OTPs dynamically.
Secure hashed passkeys are handled silently
Auto regex extraction for code verifications
Select any endpoint, click to test, and inspect real API responses
{ "message": "Click 'Run' to issue request to the server" }
High-performance infrastructure
Integrate our REST endpoints seamlessly into your automation systems, scrapers, and app flows.
Generates an entirely new temporary email box dynamically without password configurations. Our security engine auto-safeguards and authenticates queries.
{
"email": "hulk87291@web-library.net",
"status": "success",
"note": "\n\nš Made by HULKCHICHA š„"
}
Fetches the list of incoming emails received inside the specified mailbox address. No password or auth token is required in headers or queries.
{
"messages": [
{
"id": "6a5e730d600c0ec2f4041539",
"accountId": "6a5e6dee600c0ec2f4041530",
"msgid": "<20260720185121.1.200384@test.com>",
"from": { "address": "no-reply@verification.com", "name": "Verification Service" },
"to": [{ "address": "hulk87291@web-library.net", "name": "" }],
"subject": "Your Verification Code: 140932",
"intro": "Hello user, your code is 140932. Please enter this code to proceed...",
"seen": false,
"isDeleted": false,
"createdAt": "2026-07-20T18:51:21+00:00"
}
],
"note": "\n\nš Made by HULKCHICHA š„"
}
Retrieve the complete content of an email, including its text/HTML bodies, and get automatic detection & extraction of 4-8 digit OTP verification codes.
{
"message": {
"id": "6a5e730d600c0ec2f4041539",
"text": "Your login pin verification code is: 140932",
"html": "...",
"createdAt": "2026-07-20T18:51:21+00:00"
},
"otp": "140932",
"note": "\n\nš Made by HULKCHICHA š„"
}
Specialized endpoint to extract ONLY the raw validation code from the email. Best for automatic scraping, web automation tests (e.g. Playwright, Puppeteer).
{
"otp": "140932",
"note": "\n\nš Made by HULKCHICHA š„"
}
Integrate, test, and run your automation processes with zero setup friction. Custom design patterns and state encryption engine built fully by HULKCHICHA.