curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/analyses/{analysis_id}/insights/brand_awareness/mention_rate_timeseries \
--header 'Authorization: <api-key>'[
{
"insight_title": "<string>",
"insight_description": "<string>"
}
]Returns AI-generated insights about brand awareness trends over time, identifying growth, decline, and momentum patterns.
This endpoint analyzes mention rate changes and generates insights like “Nike’s awareness grew 15% month-over-month while Adidas declined 8%, indicating shifting market dynamics and potential campaign impact.” Identifies trending brands, seasonal patterns, and inflection points.
When to use: User wants trend insights, needs growth/decline interpretation, identifies momentum shifts, measures campaign impact through insights, or requires temporal pattern analysis.
Common user queries:
Returns: Array of insight objects interpreting trend data with growth/decline analysis.
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_timeseries \
--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.