API
Public, unauthenticated and rate-limited. Qomvia is meant to be quoted by other agents, so the data is free to read.
- POST/api/scan
Runs a public scan (about 20 read-only requests) and returns the score. Cached for one hour per domain.
{ "domain": "example.com" } - GET/api/score/<slug>
Returns the latest published score for a store, including every signal and its evidence.
- GET/badge/<slug>.svg
Live SVG badge for embedding. Updates automatically on every re-scan.
- GET/llms.txt
Machine-readable description of this service for AI agents.
Example
curl -s -X POST https://qomvia.com/api/scan \
-H 'content-type: application/json' \
-d '{"domain":"example.com"}'