HULKCHICHA TEMP MAIL API
API Live
šŸ”„ Pro Feature • Automatic OTP Detection & Passwordless API

Premium Temporary Mail For Modern Developers

Generate high-performance disposable mailboxes instantly. Copy endpoints, fetch real-time inboxes, and receive email verification codes (OTPs) without password management.

Test Endpoints Live

Interactive Client

Real-time disposable mailbox

Your Temporary Address
Generate an address to begin...
Incoming Messages

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.

Auto-updates every 5s Salted Security Engine Enabled
HC
API Creator

HULKCHICHA

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.

Passwordless Encryption

Secure hashed passkeys are handled silently

Dynamic OTP Extractor

Auto regex extraction for code verifications

PROUDLY PRESENTED BY šŸš€ HULKCHICHA šŸ”„

Live API Explorer

Select any endpoint, click to test, and inspect real API responses

GET
Target API URL https://hulkchicha-temp-mail.api/create
API Output JSON
{ "message": "Click 'Run' to issue request to the server" }
Supports HTTP JSON Requests CORS Enabled

System Metrics

High-performance infrastructure

Avg Response Latency ~80ms
Maximum SLA 99.99%
Data Privacy Protection Military-grade
Powered by direct Mail.tm provider channels

Full API Documentation

Integrate our REST endpoints seamlessly into your automation systems, scrapers, and app flows.

GET /create

Generates an entirely new temporary email box dynamically without password configurations. Our security engine auto-safeguards and authenticates queries.

// Response Structure
{
  "email": "hulk87291@web-library.net",
  "status": "success",
  "note": "\n\nšŸš€ Made by HULKCHICHA šŸ”„"
}
GET /inbox/:email

Fetches the list of incoming emails received inside the specified mailbox address. No password or auth token is required in headers or queries.

// Response Structure
{
  "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 šŸ”„"
}
GET /message/:id?email=...

Retrieve the complete content of an email, including its text/HTML bodies, and get automatic detection & extraction of 4-8 digit OTP verification codes.

// Response Structure
{
  "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 šŸ”„"
}
GET /message/:id/otp?email=...

Specialized endpoint to extract ONLY the raw validation code from the email. Best for automatic scraping, web automation tests (e.g. Playwright, Puppeteer).

// Response Structure
{
  "otp": "140932",
  "note": "\n\nšŸš€ Made by HULKCHICHA šŸ”„"
}

Deploying temporary emails has never been this simple and secure.

Integrate, test, and run your automation processes with zero setup friction. Custom design patterns and state encryption engine built fully by HULKCHICHA.

Read the API Docs