Integrate Epicz Mail
Use our open GET API to programmatically create temp mails and read emails directly in your bots or apps.
Supported Domains
@epicz.xyz
@llsz.xyz
Important Note: For all API requests below, pass only the USERNAME part in the user parameter (e.g. for demo@llsz.xyz, use user=demo). Our system automatically routes emails to the same username prefix regardless of the domain.
DOMAINS:
Fetch Available Domains
Returns an array of all active email domains supported by our server.
GET https://epicz.xyz/?action=getDomains
STATUS:
Check Server Health
Verify database and server runtime.
GET https://epicz.xyz/?action=status
GENERATE:
Create Random Email
Returns a newly generated beautiful local-part (username) for an email.
GET https://epicz.xyz/?action=genRandom
LIST:
Fetch Inbox summary
Get up to 50 latest incoming messages for a specific username.
GET https://epicz.xyz/?action=getMessages&user=USERNAME
READ:
Read Specific Message Details
Outputs HTML body, subject, and sender information securely.
GET https://epicz.xyz/?action=readMessage&user=USERNAME&id=MESSAGE_ID
DELETE:
Clear User Inbox
Permanently remove all emails bound to a user address.
GET https://epicz.xyz/?action=deleteInbox&user=USERNAME