Structured validation verdicts
Validates a single email address and returns a normalized, structured result rather than a simple yes/no answer. The response includes status, confidence, a machine-readable reason, and the canonical email form.
APIddress is an email validation API for real-time and batch checks of deliverability, syntax, disposable, and risk signals to prevent bounces and fraud.
APIddress is an email validation API for checking whether an address is deliverable before it enters a signup form, CRM, or outbound workflow. The service returns a structured verdict over HTTPS and JSON, with one authenticated request per validation.
The product is designed to help teams screen malformed, disposable, risky, and undeliverable email addresses in real time or in batch. The docs show a workflow built around an API key sent in the `x-api-key` header, with a quickstart request to `POST /api/v1/validate-email` and a response that includes normalized email data, a verdict status, confidence score, reason, and detailed checks.
Validates a single email address and returns a normalized, structured result rather than a simple yes/no answer. The response includes status, confidence, a machine-readable reason, and the canonical email form.
Breaks each result into individual signals such as syntax, domain existence, MX records, SMTP probe results, disposable status, role-based status, typo detection, and spam-trap risk. That lets teams apply their own policy on top of the raw checks.
Supports an optional SMTP-level probe via `check_smtp`. When enabled and a reachable MX host is available, the API can populate SMTP and catch-all signals for a deeper deliverability check.
Allows role-based addresses to be handled according to your policy through `allow_role_based`. The docs note that support@ or info@ can be treated as acceptable or flagged as risky depending on the request setting.
Provides synchronous and asynchronous workflows beyond single-address validation. The docs list bulk validation for 1–100 addresses, batch jobs for up to 5,000 addresses, and usage endpoints for monitoring quota.
Validate email addresses at the moment of signup so accounts start with reachable inboxes and fewer obvious typos or disposable addresses.
Check buyer email addresses before payment completion or order confirmation so receipts and transactional messages have a better chance of arriving.
Score existing contact records in bulk, then filter out invalid or low-quality addresses before they affect campaign performance or CRM hygiene.
Use validation in outbound systems to reduce bounce rates and keep sender reputation healthier by sending only to verified inboxes.
APIddress is an email validation API. The docs say it validates email addresses in real time and in batch, and returns a structured verdict with fields such as status, valid, score, reason, suggestion, and a checks object.
The docs show a quickstart flow with an API key delivered through a claim link, then a POST request to `https://api.apiddress.com/api/v1/validate-email` with the `x-api-key` header and a JSON body containing an `email` field.
The validate-email endpoint can return syntax, domain, MX, SMTP, disposable, role-based, free-provider, catch-all, typo, and spam-trap-risk signals. The SMTP probe is optional and controlled by `check_smtp` in the request.
The docs list `valid`, `invalid`, `risky`, `disposable`, and `unknown` as status values. The `valid` field is a convenience boolean, and the `score` ranges from 0 to 1.
The pricing page advertises an early-access wishlist with 2,000 free validations a month and founding-member pricing reserved for launch, but it does not show a public pricing table on the page content provided.
ByteAsk is a terminal-first AI coding agent for C and C++ that edits repos and verifies changes with compilers, debuggers, sanitizers, and tests.
CreateOS Sandbox is an isolated compute environment for running code and agent workloads in Firecracker micro-VMs with private networking and SDK, CLI, or MCP control.
hob is an independent workspace for coding agents, with local control over sessions, terminals, history, routing, and follow-up work.
Ably Chat is a chat API platform for custom realtime chat apps, with rooms, typing indicators, presence, reactions, message updates and usage-based pricing.
Manta AI is an autonomous web app testing tool that maps app behavior, catches regressions, and generates tests from a URL, no scripts or selectors needed.
SonOf connects to your repo and PM tool, audits your codebase, and turns approved work into shipped tickets with senior engineering review.