curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/analyses/{analysis_id}/insights/brand_awareness/share_of_voice_by_source \
--header 'Authorization: <api-key>'[
{
"insight_title": "<string>",
"insight_description": "<string>"
}
]Returns AI-generated insights about market share variations across AI platforms, revealing platform-specific competitive dynamics.
This endpoint analyzes voice share by AI model and generates insights like “Nike dominates ChatGPT with 50% share but only achieves 35% on Gemini, while Adidas shows opposite pattern (30% on ChatGPT vs 42% on Gemini), indicating platform-specific brand preferences.” Identifies platform opportunities and vulnerabilities.
When to use: User wants platform-specific competitive insights, needs cross-AI comparison, identifies model preferences, or requires platform-targeted strategies.
Common user queries:
Returns: Array of insight objects interpreting platform-specific voice share patterns.
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_by_source \
--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.