Email Generate Address

PythonUtility
POST api.upapi.io/email-generate-address.post

Generate a fresh disposable email address for account signup. Supports catch-all domains, plus-addressing, and pre-created Outlook aliases.

emailsignupaccount-creationutility
AuthAPI key
Timeout5s
CacheNone

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

· not documented — supply the body yourself
Valid JSON

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.

Sign in

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

OpenAPI specImport the spec or collection into Postman, Insomnia, or any codegen tool.

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.

Example request body
{}
Example response shape
null

The example response is generated from this operation's published output schema — it shows the shape and field names, not values from a recorded call.