Integrate Epicz Mail
Use our open GET API to programmatically create temp mails and read emails directly in your bots or apps.
STATUS:
Check Server Health
Verify database and server runtime.
GET https://epicz.xyz/index.php?action=status
GENERATE:
Create Random Email
Returns a newly generated beautiful local-part email.
GET https://epicz.xyz/index.php?action=genRandom
LIST:
Fetch Inbox summary
Get up to 50 latest incoming messages for a specific username.
GET https://epicz.xyz/index.php?action=getMessages&user=USERNAME
READ:
Read Specific Message Details
Outputs HTML body, subject, and sender information securely.
GET https://epicz.xyz/index.php?action=readMessage&user=USERNAME&id=MESSAGE_ID
DELETE:
Clear User Inbox
Permanently remove all emails bound to a user address.
GET https://epicz.xyz/index.php?action=deleteInbox&user=USERNAME