Three regulatory layers. One developer API.
Lexinode continuously audits your domain against privacy, AI-governance, and accessibility regulations in parallel. Point it at a site once; get remediation tickets and audit-ready PDF reports on a schedule you control.
- Cadence
- Daily – weekly
- Delivery
- API + PDF
- Onboarding
- Self-serve
Three layers, one pass
Audited in parallel, not in series.
A single scan cycle triggers three specialized engines. Each runs against your domain concurrently, then maps its findings to the regulatory clause that applies — so triage starts with severity, not with a vendor label.
- Cookie & consent audits
- DSR endpoint checks
- Policy diff over time
- Model-inventory crawl
- Risk-tier classification
- Lineage documentation
- Per-route WCAG mapping
- Manual a11y sampling
- Atkinson-style reports
Pipeline
From one POST to an audit-ready PDF.
Point at a domain
POST a domain root to api.lexinode.dev/v1/scans. We do the discovery queue, robots-aware, no PII required out of the box.
Scheduled parallel crawls
Three scan engines run on independent cadences. Privacy nightly, AI weekly, accessibility on every deploy you ping via the push hook.
Tickets + audit PDFs
Findings stream into your tracker of choice (Linear, Jira, GitHub) as remediation tickets. A signed PDF audit report is generated per scan cycle.
Developer API
Three endpoints. Zero SDK.
You can integrate Lexinode with curl. Tokens are per-domain, scoped, and rotated from the dashboard.
Kick off a scan cycle. Returns a scan_id you can poll.
- domain · root URL to audit
- layers · array; default all three
- cadence ·
hourly/daily/weekly
# 1. Kick off a scan
curl -X POST api.lexinode.dev/v1/scans \
-H "Authorization: Bearer $LEX_TOKEN" \
-d {"domain":"acme.io","cadence":"daily"}
# 2. Pull findings
curl api.lexinode.dev/v1/findings?min_severity=high \
-H "Authorization: Bearer $LEX_TOKEN"
# 3. Download the PDF report
curl api.lexinode.dev/v1/report/$SCAN_ID?format=pdf \
-o acme-audit-$(date +%F).pdfPricing
Self-serve. No procurement.
Stripe checkout at every tier. Custom MSA at enterprise volume.
- Single layer (pick one)
- Email remediation digest
- Self-serve checkout
- All three layers, parallel
- Tracker sync (Linear/Jira/GH)
- Signed PDF audit reports
- EU + US regional runs
- SSO + role-scoped tokens
- Dedicated support channel
Start a scan
Bring your domain. Leave with a regulator-ready report.
Email us with the domain you want audited and the layers you care about. We'll reply within one business day with a scan_id, the rule pack version we'll use, and a quote if it's outside the self-serve bands.