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 domainsGET
/v1/projects/:id/visibilityReturn AI visibility scores and trend historyGET
/v1/projects/:id/promptsReturn prompt results, engines, mentions and first answer positionGET
/v1/projects/:id/competitorsReturn competitor leaderboard dataPOST
/v1/reportsGenerate a white-label report exportExample response
{
"domain": "seenrix.com",
"ai_visibility_score": 78,
"engines": ["ChatGPT", "Gemini", "Claude"],
"competitors": ["Ahrefs", "Semrush", "Moz"]
}