TempMail API

API để tạo và đọc email bảo mật từ bên ngoài

v2.0 - Secure & Rate Limited
Yêu cầu xác thực
• API yêu cầu API Key từ tài khoản đã đăng ký
• Đăng ký tại tempmailapi.io.vn → Đăng nhập → Bấm nút 🔑 API → Tạo Key
• Key chỉ hiển thị 1 lần duy nhất - hãy lưu ngay sau khi tạo
300
requests / phút
10,000
requests / giờ

Domains khả dụng

Các domain có thể sử dụng để tạo email:

tempmailapi.io.vn gamene.online hust.edu.pl nam2002.site apponi.site mienbacnd.online oneon.site sanphamvn.store eduhust.online n8nhuy.store k20pro.indevs.in techernews.indevs.in studentnews.indevs.in myinfo.indevs.in iphone17pro.indevs.in infome.indevs.in heromy.indevs.in edunews.indevs.in eduinfo.indevs.in edubaby.indevs.in aihay.indevs.in aistudioo.indevs.in apptool.indevs.in nian.anhnhan.fun devlogtech.web.id yaoiland.io.vn bayern.tokyo tempmail.tokenized.name henshou.me sanpham.cyou tempmailvip.cyou sanpham.bond onlinee.cyou nutye.bond haymail.cyou gmailll.bond edugpt.bond huy.onlinee.cyou

Endpoints

GET /public_api.php?action=domains

Lấy danh sách các domain khả dụng (không cần API Key)

curl "https://tempmailapi.io.vn/public_api.php?action=domains"
{"success": true, "domains": ["tempmailapi.io.vn", ...]}
GET /public_api.php?action=create (X-API-Key header)

Tạo email bảo mật mới (Yêu cầu API Key)

Parameters:
X-API-KeyheaderAPI Key của bạn
useroptionalTên email (random nếu bỏ trống)
domainoptionalDomain (dùng domain đầu tiên nếu bỏ trống)
curl -H "X-API-Key: tm_xxx" "https://tempmailapi.io.vn/public_api.php?action=create&user=myname"
{"success": true, "email": "myname@tempmailapi.io.vn", "password": "xxx"}
GET /public_api.php?action=list (X-API-Key header)

Lấy danh sách email trong hộp thư (Yêu cầu API Key)

Parameters:
X-API-KeyheaderAPI Key của bạn
emailrequiredĐịa chỉ email đầy đủ
limitoptionalSố lượng tối đa (max 50)
curl -H "X-API-Key: tm_xxx" "https://tempmailapi.io.vn/public_api.php?action=list&email=test@tempmailapi.io.vn"
{"success": true, "emails": [{"id": 1, "from": "...", "subject": "..."}], "total": 5}
GET /public_api.php?action=read (X-API-Key header)

Đọc nội dung một email cụ thể (Yêu cầu API Key)

Parameters:
X-API-KeyheaderAPI Key của bạn
emailrequiredĐịa chỉ email đầy đủ
idrequiredID của email (từ action=list)
curl -H "X-API-Key: tm_xxx" "https://tempmailapi.io.vn/public_api.php?action=read&email=test@tempmailapi.io.vn&id=1"
{"success": true, "email": {"id": 1, "subject": "...", "body_html": "..."}}
Quay lại TempMail