Indexly

Brand Sentiment Analysis

Get the overall brand sentiment score, summary, strengths, and weaknesses for your brand.

Brand Sentiment Analysis

API Request

curl --request GET \
  --url 'https://app.indexly.ai/api/v1/brand-sentiments/SITE_ID/analysis' \
  --header 'X-API-Key: YOUR_API_KEY'

Response

Status Codes

Example Response

{
  "sentimentScore": 92,
  "sentimentSummary": "Indexly demonstrates strong market positioning as an automated AI visibility and analytics tool with highly positive sentiment regarding its automation features.",
  "strengths": [
    "Seamless automation for SEO and search visibility tracking",
    "Comprehensive cross-engine AI tracking (OpenAI, Google, Perplexity)",
    "Strong user interface and actionable sentiment insights"
  ],
  "weaknesses": [
    "Relatively new entrant compared to legacy enterprise SEO suites",
    "Requires educational marketing to explain AI visibility concepts"
  ],
  "analyzedAt": "2026-03-12T10:00:00.000Z"
}

Authorizations

Path Parameters

Response Structure