{"email":"[email protected]","isValidSyntax":true,"domain":"gmail.com","isDisposable":false,"isFreeProvider":true,"hasMxRecords":true,"mxRecordsFound":5,"deliverability":"deliverable","timestamp":"2026-06-22T09:51:54.607Z"}
curl --location --request GET 'https://zylalabs.com/api/12975/essential+developer+bundle+api/25946/email+validation+%26+hygiene' --header 'Authorization: Bearer YOUR_API_KEY'
{"url":"https://github.com/","title":"GitHub · Change is constant. GitHub keeps you ahead.","description":"Join the world's most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.","siteName":"GitHub","image":"https://images.ctfassets.net/8aevphvgewt8/4pe4eOtUJ0ARpZRE4fNekf/f52b1f9c52f059a33170229883731ed0/GH-Homepage-Universe-img.png","favicon":"https://github.githubassets.com/favicons/favicon.svg","cached":false,"timestamp":"2026-06-22T09:52:09.213Z"}
curl --location --request GET 'https://zylalabs.com/api/12975/essential+developer+bundle+api/25947/url+metadata+%26+preview' --header 'Authorization: Bearer YOUR_API_KEY'
{"originalText":"this is a test","censoredText":"this is a test","hasProfanity":false,"timestamp":"2026-06-22T09:52:41.731Z"}
curl --location --request GET 'https://zylalabs.com/api/12975/essential+developer+bundle+api/25948/profanity+%26+toxicity+filter' --header 'Authorization: Bearer YOUR_API_KEY'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 Essential Developer Bundle API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
领先企业的信赖之选
A powerful suite of APIs for developers including deep Email Validation (with DNS MX checks), OpenGraph URL Metadata Preview extraction, and a high-speed Profanity/Toxicity filter. Designed to be fast, reliable, and secure.
The Email Validation endpoint returns details about the email's validity, including syntax, domain type, and MX records. The URL Metadata endpoint provides OpenGraph data such as title, description, and images from a URL. The Profanity Filter returns a boolean indicating the presence of profanity and a censored version of the input text.
Key fields for Email Validation include `isValidSyntax`, `isDisposable`, and `deliverability`. For URL Metadata, important fields are `title`, `description`, and `image`. The Profanity Filter highlights `hasProfanity` and `censoredText`.
The Email Validation endpoint accepts an email address as a parameter. The URL Metadata endpoint requires a target URL. The Profanity Filter takes a text string to analyze. Each endpoint is designed for specific input types relevant to its functionality.
Each endpoint returns a JSON object structured with relevant fields. For example, Email Validation includes fields like `email`, `isValidSyntax`, and `deliverability`. The URL Metadata response contains `url`, `title`, and `image`, while the Profanity Filter provides `originalText` and `censoredText`.
Email Validation uses live DNS MX record lookups and checks against a database of disposable domains. URL Metadata is extracted from the HTML of the provided URL using OpenGraph tags. The Profanity Filter relies on a comprehensive local dictionary of banned words.
常见的使用案例包括在注册期间验证用户电子邮件地址 为共享链接生成丰富的预览 以及对用户生成的内容进行脏话审核 这些功能增强了用户体验并保持内容质量
用户可以利用邮箱验证结果筛选出无效或临时邮箱,提高沟通可靠性 URL元数据可以用于在应用程序中创建吸引人的预览 而污言秽语过滤器则通过审查不当语言来维护安全环境
Data accuracy is ensured through real-time checks for Email Validation and continuous updates to the profanity dictionary. The URL Metadata extraction relies on parsing current HTML content, ensuring that the information reflects the latest data available from the target URL.