Documentation Index
Fetch the complete documentation index at: https://docs.tempinbox.dev/llms.txt
Use this file to discover all available pages before exploring further.
POST /api/new_address requires Cloudflare Turnstile when enabled on the server. For automation, extract a JWT from the browser instead of calling this endpoint directly. See Authentication for details.Create Address
POST /api/new_address
Creates a new temporary inbox. Returns a JWT and sets jwt + session_id cookies.
Turnstile Requirement
This endpoint is protected by Cloudflare Turnstile on the public instance. Raw API calls without a validcf_token will fail.
For automation: Use a JWT extracted from the browser UI instead. See Authentication → API automation.
For self-hosted instances with Turnstile disabled:
Custom Name
To request a specific local part (before@):
Get Address Info
GET /api/settings
Returns the address for the current JWT. Useful for verifying auth.
Delete Address
DELETE /api/delete_address
Permanently deletes the address and all its emails. Irreversible.