Home › API Docs
API
DNSnexus API Docs
DNSnexus currently exposes browser-first tool workflows. This page defines the integration model, expected payload patterns, and implementation roadmap for API consumers.
Current integration model
- Tool routes are prerendered and indexable with deterministic URL state.
- Inputs are persisted in query parameters for shareable diagnostic context.
- Most checks run from browser-safe data sources and public resolver endpoints.
Planned API surface
API endpoints will mirror live tool capabilities and return normalized JSON suitable for automation pipelines and SIEM/runbook integrations.
GET /api/v1/dns/lookup?domain=example.com&type=A GET /api/v1/email/dmarc?domain=example.com GET /api/v1/network/ports?host=example.com&ports=22,80,443
Authentication and limits
Initial public rollout will include API keys, per-key request budgets, and clear rate-limit headers. Enterprise plans will include elevated quotas and audit-friendly request logs.