curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/analyses/{analysis_id}/insights/brand_guided_sentiments/average_attribute_rating \
--header 'Authorization: <api-key>'[
{
"insight_title": "<string>",
"insight_description": "<string>"
}
]Returns AI-generated insights interpreting brand ratings on specific attributes, highlighting competitive advantages and weaknesses.
This endpoint analyzes attribute rating scores and generates strategic insights like “Nike excels in style (9.2/10) but struggles with price perception (4.5/10), presenting an opportunity to emphasize value messaging.” Identifies clear winners, losers, and positioning gaps across attributes.
When to use: User wants interpreted attribute scores, needs competitive positioning insights, identifies brand strengths/weaknesses, or requires strategic recommendations based on ratings.
Common user queries:
Returns: Array of insight objects interpreting attribute scores 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_guided_sentiments/average_attribute_rating \
--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.