Free AI visibility audit

Request an audit without logging in

Share your institution name, website, and best contact email. We'll queue an automated homepage snapshot, surface the request status, and draft the first audit summary for operator review.

No login required
Request status and snapshot progress
Built for banks and credit unions
Return to marketing site

Audit request

Tell us where to start

This public form routes directly into the internal audit queue, then confirms the request status and snapshot progress after submission.

Audit intake source

Machine-readable audit intake proof

Agent mode exposes the public audit route, bootstrap endpoint, submit endpoint, and request contract behind the unauthenticated intake form.

audit_routes

{
  "public_audit": "/audit",
  "agent_mode": "/audit?view=agent",
  "public_client_bootstrap": "/api/public-client",
  "audit_submit": "/api/audit"
}

audit_request_contract

{
  "required_fields": ["institutionName", "websiteUrl", "contactEmail"],
  "success_payload": {
    "receipt": ["requestId", "createdAt"],
    "message": "string",
    "reportHref": "string|null",
    "progress": ["requestStatus", "requestStatusLabel", "snapshotStatus", "snapshotStatusLabel", "nextStep"]
  },
  "report_route": "/audit/[token]",
  "login_required": false
}