Use our public API to generate temporary emails programmatically
Generate a new random temporary email address with password. Optionally specify domain in the request body.
Retrieve all emails received by the specified address. Returns array of email objects.
List all active domains. Returns array of { domain } objects.
Send a test email for development. Body: { to, from, subject, body }
Include x-api-key header for rate limit tracking. Rate limit: 30 requests/minute per API key.