Skip to main content
GET
/
v1
/
organizations
/
{organization_id}
/
workspaces
/
{workspace_id}
/
analyses
/
{analysis_id}
/
metrics
/
brand_perception
/
get_cluster_attributes
List All Attributes with Cluster Mapping
curl --request GET \
  --url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/analyses/{analysis_id}/metrics/brand_perception/get_cluster_attributes \
  --header 'Authorization: <api-key>'
[
  {
    "attribute": "<string>",
    "cluster": "<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.

Authorizations

Authorization
string
header
required

Path Parameters

analysis_id
string<uuid>
required

A UUID string identifying the analysis.

organization_id
string<uuid>
required

A UUID string identifying the organization.

workspace_id
string<uuid>
required

A UUID string identifying the workspace.

Query Parameters

cluster_group
enum<string>
required

Filter by one specific cluster group.

Available options:
all_cons,
all_pros
format
enum<string>
Available options:
csv,
json

Response

attribute
string
required
cluster
string
required