curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/analyses/{analysis_id}/metrics/brand_perception/cluster_groups \
--header 'Authorization: <api-key>'[
{
"cluster_group": "all_cons",
"clusters": [
"quality",
"price",
"reach"
]
},
{
"cluster_group": "all_pros",
"clusters": [
"comfortable",
"sporty",
"style"
]
}
]curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/analyses/{analysis_id}/metrics/brand_perception/cluster_groups \
--header 'Authorization: <api-key>'[
{
"cluster_group": "all_cons",
"clusters": [
"quality",
"price",
"reach"
]
},
{
"cluster_group": "all_pros",
"clusters": [
"comfortable",
"sporty",
"style"
]
}
]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.
If true, translates clusters and attributes to English. Defaults to false.