Pulse Public Scanner
Last updated: July 2, 2026
Use CYBEXO Pulse to run a public website compliance scan and share a tokenized report.
Public Scanner
Section titled “Public Scanner”Primary scanner:
https://pulse.cybexo.com/Primary browser API:
https://pulse.cybexo.com/v2/public-scanCompatibility API:
https://api.cybexo.io/v2/public-scanUse 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.
Endpoints
Section titled “Endpoints”GET https://pulse.cybexo.com/v2/public-scan/healthzPOST https://pulse.cybexo.com/v2/public-scan/scanContent-Type: application/json
{"domain":"example.com"}GET https://pulse.cybexo.com/v2/public-scan/report/{token}Report Evidence
Section titled “Report Evidence”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.
Reliability Checks
Section titled “Reliability Checks”Recommended public checks:
https://pulse.cybexo.com/https://pulse.cybexo.com/v2/public-scan/healthzhttps://api.cybexo.io/v2/public-scan/healthzhttps://cmp.cybexo.com/loader.jsThe public page should continue to work when the same-origin pulse.cybexo.com scanner path is healthy.
Troubleshooting
Section titled “Troubleshooting”If the scanner cannot be reached from a browser:
- Retry after a short delay.
- Test from another network if a VPN, firewall, or privacy extension is active.
- Confirm
https://pulse.cybexo.com/v2/public-scan/healthzreturnsok: true. - Send the Pulse URL, scanned domain, timestamp, and browser/network details to CYBEXO support.