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 test.tempmailvip.online → Đă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
10
requests / phút
100
requests / ngày

Domains khả dụng

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

tempmailapi.io.vn tonghop.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://test.tempmailvip.online/public_api.php?action=domains"
{"success": true, "domains": ["tempmailapi.io.vn", ...]}
GET /public_api.php?action=create&api_key=YOUR_KEY

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

Parameters:
api_keyrequiredAPI 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 "https://test.tempmailvip.online/public_api.php?action=create&api_key=tm_xxx&user=myname"
{"success": true, "email": "myname@tempmailapi.io.vn", "password": "xxx"}
GET /public_api.php?action=list&api_key=YOUR_KEY

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

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

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

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