Instant Inbox API
Create inboxes, fetch incoming emails and remove addresses with three simple endpoints. No setup required.
Generate addresses on demand, receive emails instantly and read every message from one clean API. Built for product teams, QA pipelines and automated testing.
Enter a prefix or leave blank for a random address. Ready to receive mail in seconds.
Sign in to generate a temporary inbox.
curl -X POST https://mail.fuco.cc/api/email/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prefix":"project-demo"}'
Create inboxes, fetch incoming emails and remove addresses with three simple endpoints. No setup required.
Every message sent to a generated address is captured and exposed instantly. Perfect for OTP and verification flows.
Clean REST API with Bearer authentication. Python and JavaScript SDKs available for faster integration.
Open any active mailbox in the browser to inspect new deliveries without leaving your workflow.
Mailboxes are isolated per API key. Inboxes auto-expire after 7 days. No data sharing between keys.
Use your own domain by pointing the MX record to our SMTP listener. Full control over your email infrastructure.
Create a key from the API Keys page. It starts with fuco_ and authenticates every request.
Call POST /api/email/generate with your key and an optional prefix to create a ready inbox.
Poll GET /api/email/inbox/:email to retrieve messages in real time, then delete when done.