{
"email": "[email protected]"
}
curl --location --request GET 'https://zylalabs.com/api/13943/quick+access+temporary+gmail+api/32316/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/13943/quick+access+temporary+gmail+api/32317/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/13943/quick+access+temporary+gmail+api/32318/[email protected]' --header 'Authorization: Bearer YOUR_API_KEY'
{
"error": "Message not addressed to this email."
}
curl --location --request GET 'https://zylalabs.com/api/13943/quick+access+temporary+gmail+api/32319/[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/13943/quick+access+temporary+gmail+api/32320/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/13943/quick+access+temporary+gmail+api/32321/[email protected]&id=44' --header 'Authorization: Bearer YOUR_API_KEY'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 Quick Access Temporary GMail API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
The Quick Access Temporary 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”、包含电子邮件详情(id、发件人、主题、日期)的“messages”和用于删除确认的“status”。每个端点的响应都是针对其功能量身定制的,提供相关数据
批量 Gmail 端点允许可选参数以点、加号和域名过滤器来定制生成的电子邮件地址 用户可以指定这些过滤器以创建符合其特定需求的独特地址 提升隐私和组织性
响应数据采用JSON格式结构化,具有明确的键值对。例如,“收件箱”端点将电子邮件按照“消息”组织成一个数组,每个包含“id”、“发件人”、“主题”和“日期”等字段,便于解析和使用
收件箱端点提供有关临时Gmail地址最近收到的电子邮件的信息,包括发件人详细信息、主题行、接收日期和邮件数量。这使用户能够快速评估来往通信
典型的使用案例包括为在不可信网站上注册创建临时电子邮件地址 接收一次性密码确认以及管理在线隐私 用户可以生成多个地址用于不同目的 减少垃圾邮件并增强安全性
用户可以通过解析 JSON 响应来提取相关信息,从而利用返回的数据。例如,他们可以从 "收件箱" 响应中检索电子邮件主题和发件人,以优先处理重要信息或基于电子邮件内容自动执行操作