Skip to content

Pulse Public Scanner

Last updated: July 2, 2026

Use CYBEXO Pulse to run a public website compliance scan and share a tokenized report.

Primary scanner:

https://pulse.cybexo.com/

Primary browser API:

https://pulse.cybexo.com/v2/public-scan

Compatibility API:

https://api.cybexo.io/v2/public-scan

Use the pulse.cybexo.com same-origin API for browser-based public scans. The api.cybexo.io route remains available for compatibility and server-side API clients.

GET https://pulse.cybexo.com/v2/public-scan/healthz
POST https://pulse.cybexo.com/v2/public-scan/scan
Content-Type: application/json
{"domain":"example.com"}
GET https://pulse.cybexo.com/v2/public-scan/report/{token}

A passing CYBEXO Runtime Suite report can include:

  • runtime status
  • detected install surface
  • loader URL
  • loader version/build/channel/commit
  • Google Consent Mode checks
  • issue list and affected URLs
  • public report link

The public report also provides a Download evidence JSON action. Use it when an implementation team, customer success team, or audit workflow needs a compact proof packet for the scanned domain.

The evidence packet includes:

  • report URL and report JSON URL
  • scanned domain and scan timestamp
  • pages tested, pages passed, and pages with issues
  • installed and verified runtime status
  • detected runtime surface
  • loader URL and loader identity where observable
  • runtime version/build/channel/commit where observable
  • Google Consent Mode status where applicable
  • compact per-page runtime evidence

The evidence JSON is generated from public scan/report data and is safe to share with a customer or implementation partner.

Recommended public checks:

https://pulse.cybexo.com/
https://pulse.cybexo.com/v2/public-scan/healthz
https://api.cybexo.io/v2/public-scan/healthz
https://cmp.cybexo.com/loader.js

The public page should continue to work when the same-origin pulse.cybexo.com scanner path is healthy.

If the scanner cannot be reached from a browser:

  1. Retry after a short delay.
  2. Test from another network if a VPN, firewall, or privacy extension is active.
  3. Confirm https://pulse.cybexo.com/v2/public-scan/healthz returns ok: true.
  4. Send the Pulse URL, scanned domain, timestamp, and browser/network details to CYBEXO support.