{"email":"[email protected]","isValidSyntax":true,"domain":"gmail.com","isDisposable":false,"isFreeProvider":true,"hasMxRecords":true,"mxRecordsFound":5,"deliverability":"deliverable","timestamp":"2026-06-23T14:14:48.326Z"}
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-23T14:14:56.138Z"}
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-23T14:15:01.556Z"}
curl --location --request GET 'https://zylalabs.com/api/12975/essential+developer+bundle+api/25948/profanity+%26+toxicity+filter' --header 'Authorization: Bearer YOUR_API_KEY'
Después de registrarte, a cada desarrollador se le asigna una clave de acceso a la API personal, una combinación única de letras y dígitos proporcionada para acceder a nuestro endpoint de la API. Para autenticarte con el Essential Developer Bundle API simplemente incluye tu token de portador en el encabezado de Autorización.
| Encabezado | Descripción |
|---|---|
Autorización
|
Requerido
Debería ser Bearer access_key. Consulta "Tu Clave de Acceso a la API" arriba cuando estés suscrito.
|
Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.
(Ahorra 2 meses pagando anualmente 🎉)
Empresas líderes confían en nosotros
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.
Los casos de uso comunes incluyen verificar las direcciones de correo electrónico de los usuarios durante el registro generar vistas previas enriquecidas para enlaces compartidos y moderar el contenido generado por los usuarios en busca de groserías Estas funcionalidades mejoran la experiencia del usuario y mantienen la calidad del contenido
Los usuarios pueden aprovechar los resultados de la Validación de Email para filtrar correos electrónicos inválidos o desechables mejorando la fiabilidad de la comunicación Los Metadatos de URL pueden ser utilizados para crear vistas previas atractivas en aplicaciones mientras que el Filtro de Lenguaje Grosero ayuda a mantener un ambiente seguro al censurar el lenguaje inapropiado
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.