Firetempmail
https://firetempmail.com The most versatile temporary email API with real Gmail addresses, EDU domains (.edu.pl), and multiple custom domains. Generate disposable emails, read inbox, forward messages — all through a simple REST API. API for FireTempMail Website FireTempMail API v1 Documentation Base URL: https://firetempmail.p.rapidapi.com/api Authentication All API requests require the…
Firetempmail endpoints
| Method | Endpoint | Description |
|---|---|---|
| Email Generation | ||
| POST |
generateBulkEmails /api/emails/generate-bulk |
Generate multiple temporary email addresses in a single request. Maximum count depends on your plan: BASIC=10, PRO=50, ULTRA=200, MEGA=500. |
| POST |
generateEmail /api/emails/generate |
Generate a single temporary email address. If no type is specified, a random type from your plan's allowed types is selected. |
| Domains | ||
| GET |
listDomains /api/domains |
List all available domains and email types. Shows which types are available on your current plan. |
| Inbox | ||
| DELETE |
deleteMessage /api/inbox/{messageId} |
Permanently delete an email message. This action is irreversible. |
| GET |
getMessage /api/inbox/{messageId} |
Retrieve the full content of a single email message including HTML body. |
| POST |
forwardMessage /api/inbox/{messageId}/forward |
Forward an email message to an external email address. Only available on Pro plan and above. |
| POST |
listInbox /api/inbox |
Retrieve a list of messages for a given temporary email address. Messages are sorted newest first. |
| Account | ||
| GET |
getUsage /api/usage |
Check your current API usage stats, remaining requests, and plan features. |
Firetempmail pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / second |
|
| PRO Recommended | $9.99 / month | 20 / second |
|
| ULTRA | $29.99 / month | 50 / second |
|
| MEGA | $69.99 / month | 100 / second |
|