Resources

API

API access is planned for teams that want Seenrix data inside internal dashboards, client portals and reporting pipelines.

GET/v1/projectsList workspaces and tracked domains
GET/v1/projects/:id/visibilityReturn AI visibility scores and trend history
GET/v1/projects/:id/promptsReturn prompt results, engines, mentions and first answer position
GET/v1/projects/:id/competitorsReturn competitor leaderboard data
POST/v1/reportsGenerate a white-label report export

Example response

{
  "domain": "seenrix.com",
  "ai_visibility_score": 78,
  "engines": ["ChatGPT", "Gemini", "Claude"],
  "competitors": ["Ahrefs", "Semrush", "Moz"]
}