Receive-only disposable inboxes on temp.mailsbyte.me.
Create a box, poll for mail, copy OTPs. Users cannot send from these addresses.
Bearer mb_live_…JSONReceive only
Base URL
https://mailsbyte.me/api/v1
Authentication
Sign in at /login, open Profile → Developer,
and create a secret key. The full value is shown once. Send it on every /api/v1 call:
Header
Authorization: Bearer mb_live_YOUR_KEY
Session cookies are for the website. Scripts should use the key, not a browser cookie.
Credits & limits
Charge create, never poll. Reads, lists, deletes, and WebSockets cost 0. Monthly Premium credits reset on the 1st UTC. Earned and purchased credits never expire.
Call
Credits
List or read a message
0
Create mailbox
1
First +30 minute extend
0
Extra +30 minute extend
1
+24 hour extend
5
Delete mailbox
0
VirusTotal scan
1
Plan
Monthly credits
Keys
API inboxes
Req / min
Req / day
Free
0 + earned (max 20)
2
2
30
1,000
Premium ($2.99/mo)
100
8
10
120
10,000
Earn 5 on signup, 10 on email/Google verify, 5 on first key. Builder pack is $15 / 2,000 credits (listed, checkout not live). Website New button does not spend credits. GET /api/v1/me returns your remaining credits and recent ledger. Every response includes X-Credits-Remaining, X-Quota-Cost, and X-RateLimit-Remaining.
Errors
Status
Meaning
401
Missing or invalid API key
402
Not enough credits for this call
403
Mailbox not owned by this key, or inbox cap
404
Mailbox or message gone (expired)
429
Per-minute limit — wait and retry
POST/mailboxes/create1 credit
Create a mailbox
Mints an address on mailsbyte.online or temp.mailsbyte.me. Lifetime is 30 minutes (Premium can set 10 minutes–1 hour and a custom local-part). Also accepted at POST /api/v1/mailboxes.
First +30m is free. Extra +30m costs 1 credit. Pass seconds: 86400 for +24h (5 credits, 7-day lifetime cap). Website New / Extend does not spend credits.