Email Generate Address
PythonUtilityPOST api.upapi.io/email-generate-address.postGenerate a fresh disposable email address for account signup. Supports catch-all domains, plus-addressing, and pre-created Outlook aliases.
Request schema
Request schema unavailable — this endpoint is not documented yet. Check the description for the fields it expects.
Response schema
Response schema unavailable — this endpoint is not documented yet.
Try it
Try it
Run this endpoint live
Jump in as a guest — no signup — and run email-generate-address.post with your own inputs. Create a free account anytime to get your own API key.
Code examples
curl -X POST https://api.upapi.io/email-generate-address.post \
-H 'Content-Type: application/json' \
-H 'x-api-key: YOUR_API_KEY' \
-d '{}'Developer tools
Email Generate Address API reference
Request parameters
This operation takes no parameters — POST an empty JSON object.
Response fields
The response schema for this operation is not published yet.
How to call it
Send one POST to api.upapi.io/email-generate-address.post with your key in the X-Api-Key header and the parameters above as a JSON body. The operation times out after 5 seconds. Responses are not cached; every call runs the operation.
{}nullThe example response is generated from this operation's published output schema — it shows the shape and field names, not values from a recorded call.