> For the complete documentation index, see [llms.txt](https://fresed-api.gitbook.io/fresed-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fresed-api.gitbook.io/fresed-api/temporary-email-service.md).

# ✉️ Temporary Email Service

The list of available domain names for generating temporary emails has been updated. Each domain has an associated coefficient that impacts the cost of creating a new temporary email. Below is the list of domains with their corresponding coefficients:

```
"1secmail.com": 0.2,
"1secmail.net": 0.2,
"1secmail.org": 0.2,
"amik.pro": 0.2,
"blondmail.com": 0.2,
"chapsmail.com": 0.2,
"clowmail.com": 0.2,
"dispmail.org": 0.2,
"dpptd.com": 0.2,
"dropjar.com": 0.2,
"dygovil.com": 0.2,
"fivermail.com": 0.2,
"getairmail.com": 0.2,
"getmule.com": 0.2,
"getnada.com": 0.2,
"gimpmail.com": 0.2,
"givmail.com": 0.2,
"gmail.com": 2.0,
"gonetor.com": 0.2,
"guysmail.com": 0.2,
"inboxbear.com": 0.2,
"knmcadibav.com": 0.2,
"laafd.com": 0.2,
"mailaugust.com": 0.2,
"mailfebruary.com": 0.2,
"mailjanuary.com": 0.2,
"qacmjeq.com": 0.2,
"qejjyl.com": 0.2,
"replyloop.com": 0.2,
"rfcdrive.com": 0.2,
"robot-mail.com": 0.2,
"rteet.com": 0.2,
"smykwb.com": 0.2,
"somelora.com": 0.2,
"spicysoda.com": 0.2,
"tafmail.com": 0.2,
"temptami.com": 0.2,
"tidissajiiu.com": 0.2,
"tippabble.com": 0.2,
"tupmail.com": 0.2,
"txcct.com": 0.2,
"vafyxh.com": 0.2,
"vjuum.com": 0.2,
"vomoto.com": 0.2,
"vvatxiy.com": 0.2,
"whatisakilowatt.com": 0.2,
"wywnxa.com": 0.2,
"zlorkun.com": 0.2,

```

**API Cost and Usage Statistics**

* **Email Creation Cost:** The cost of creating a new temporary email is calculated as `800 * coefficient`, where the coefficient corresponds to the selected domain from the list above.
* **Message Retrieval:** Receiving messages is free and unlimited.

A new command has been added to the API that allows users to view usage statistics.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://fresed-api.gitbook.io/fresed-api/temporary-email-service.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
