{
"email": "[email protected]"
}
curl --location --request GET 'https://zylalabs.com/api/13950/fast+temporary+email+gmail+api/32358/generate+gmail' --header 'Authorization: Bearer YOUR_API_KEY'
{
"count": 10,
"emails": [
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]",
"[email protected]"
]
}
curl --location --request GET 'https://zylalabs.com/api/13950/fast+temporary+email+gmail+api/32359/bulk+gmail' --header 'Authorization: Bearer YOUR_API_KEY'
{
"email": "[email protected]",
"queried_at": "2026-08-11 13:17:59",
"response_time": "6s",
"count": 0,
"messages": []
}
curl --location --request GET 'https://zylalabs.com/api/13950/fast+temporary+email+gmail+api/32360/[email protected]' --header 'Authorization: Bearer YOUR_API_KEY'
{
"error": "Message not addressed to this email."
}
curl --location --request GET 'https://zylalabs.com/api/13950/fast+temporary+email+gmail+api/32361/[email protected]&id=1' --header 'Authorization: Bearer YOUR_API_KEY'
{
"filename": "test.zip",
"type": "ZIP",
"size": "1 MB",
"content_base64": "..."
}
curl --location --request GET 'https://zylalabs.com/api/13950/fast+temporary+email+gmail+api/32362/attachment+download?email=Required&id=Required&file_id=Required' --header 'Authorization: Bearer YOUR_API_KEY'
{
"status": "deleted",
"id": 1,
"email": "[email protected]"
}
curl --location --request GET 'https://zylalabs.com/api/13950/fast+temporary+email+gmail+api/32363/[email protected]&id=44' --header 'Authorization: Bearer YOUR_API_KEY'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 Fast Temporary Email GMail API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
The Fast Temporary Email GMail API allows you to create completely new, never-before-used email addresses with Gmail, providing a convenient solution for avoiding spam. Whether you need them for OTP confirmations, signing up on untrustworthy sites, or any other purpose, this service empowers you with the flexibility to manage your online privacy effortlessly.
每个端点返回与临时Gmail地址相关的特定数据 "生成Gmail"端点提供一个单独的电子邮件地址 "批量Gmail"返回多个地址 "收件箱"列出最近的电子邮件 "消息"提供完整的电子邮件内容 "附件下载"提供可下载的文件 "删除消息"确认特定电子邮件的删除状态
关键字段包括“email”用于生成的地址,“count”用于邮件数量,“messages”包含邮件细节(id、发件人、主题、日期),以及“status”用于删除确认。每个端点的响应根据其功能量身定制,提供相关数据
批量Gmail端点允许可选的点、加号和域过滤器参数来自定义生成的电子邮件地址 用户可以指定这些过滤器以创建满足其特定需求的唯一地址,提高隐私和组织性
响应数据以JSON格式结构化,具有清晰的键值对。例如,“收件箱”端点将电子邮件组织在“messages”的数组中,每个邮件包含“id”、“from”、“subject”和“date”等字段,便于解析和使用
收件箱端点提供有关临时Gmail地址最近收到的电子邮件的信息,包括发件人详细信息、主题行、接收日期和消息数量。这使用户能够快速评估传入通讯
典型的使用案例包括为在不可信的网站上注册创建临时电子邮件地址 接收 OTP 确认和管理在线隐私 用户可以生成多个地址以用于不同的目的 减少垃圾邮件并增强安全性
用户可以通过解析 JSON 响应来利用返回的数据,以提取相关信息。例如,他们可以从“收件箱”响应中检索电子邮件主题和发件人,以优先处理重要消息或根据电子邮件内容自动执行操作