curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/analyses/{analysis_id}/insights/brand_awareness/share_of_voice \
--header 'Authorization: <api-key>'[
{
"insight_title": "<string>",
"insight_description": "<string>"
}
]Returns AI-generated insights about weighted market presence, explaining which brands dominate AI recommendation space.
This endpoint analyzes share of voice data and generates insights like “Nike commands 45% of total voice, nearly double Adidas at 24%, indicating clear market leadership and recommendation dominance.” Identifies market leaders, concentration patterns, and competitive gaps in weighted presence.
When to use: User wants market dominance insights, needs voice share interpretation, identifies competitive positioning, or requires strategic recommendations based on weighted metrics.
Common user queries:
Returns: Array of insight objects interpreting voice share with competitive 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/share_of_voice \
--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.