Skip to main content
GET
/
v1
/
organizations
/
{organization_id}
/
workspaces
/
{workspace_id}
/
analyses
/
parameters
Get distinct parameters
curl --request GET \
  --url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/analyses/parameters \
  --header 'Authorization: <api-key>'
{
  "brands": [
    "brand1",
    "brand2"
  ],
  "categories": [
    "category1",
    "category2"
  ],
  "personas": [
    "persona1",
    "persona2"
  ],
  "attributes": [
    "attribute1",
    "attribute2"
  ]
}

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

organization_id
string<uuid>
required

A UUID string identifying the organization.

workspace_id
string<uuid>
required

A UUID string identifying the workspace.

Response

200 - application/json
{key}
any