curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/analyses/{analysis_id}/insights/brand_awareness/mention_rate \
--header 'Authorization: <api-key>'[
{
"insight_title": "<string>",
"insight_description": "<string>"
}
]Returns AI-generated insights about brand mention frequencies, explaining brand awareness levels and recall patterns.
This endpoint analyzes mention rate data and generates insights like “Nike dominates with 85% mention rate, appearing in most recommendations, while smaller brands struggle below 20%, indicating significant awareness gaps.” Identifies awareness leaders, visibility issues, and market penetration patterns.
When to use: User wants interpreted awareness metrics, needs to understand recall patterns, identifies visibility gaps, or requires strategic recommendations based on mention frequencies.
Common user queries:
Returns: Array of insight objects interpreting mention frequencies with strategic implications.
Current model in use: gpt-4o-mini.
Required permission: read:analysis
curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/analyses/{analysis_id}/insights/brand_awareness/mention_rate \
--header 'Authorization: <api-key>'[
{
"insight_title": "<string>",
"insight_description": "<string>"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.shareofmodel.ai/llms.txt
Use this file to discover all available pages before exploring further.
A UUID string identifying the analysis.
A UUID string identifying the organization.
A UUID string identifying the workspace.