# Rovivoice Rovivoice builds AI-powered tools so business information is discoverable and trusted by AI assistants. ## Machine-readable endpoints - **Capabilities and index**: https://www.rovivoice.com/.well-known/rovivoice.json (/.well-known/rovivoice.json) — site-level endpoints, rate limits, and pointers to landing variants and profiles. - **Landing variants**: https://www.rovivoice.com/.well-known/landing-variants.json (/.well-known/landing-variants.json) — list of landing page variants. Each variant has a JSON at /.well-known/landing-variants/{variant}.json. - **Profiles**: https://www.rovivoice.com/.well-known/profiles.json (/.well-known/profiles.json) — paged list of published profiles (use ?page=1&limit=100). Each profile has a JSON at /.well-known/profiles/{slug}.json. **Profile pages**: For a profile at /{slug} (e.g. https://www.rovivoice.com/menual), the machine-readable JSON is at https://www.rovivoice.com/.well-known/profiles/{slug}.json (e.g. /.well-known/profiles/menual.json). Use that URL to get structured profile data when given a profile page link. All endpoints return JSON with no authentication required. Content-Type: application/json; charset=utf-8