Skip to main content
POST
/
v1
/
organizations
/
{organization_id}
/
workspaces
/
{workspace_id}
/
analyses
/
{id}
/
create_clusters
Create analysis clusters
curl --request POST \
  --url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/analyses/{id}/create_clusters \
  --header 'Authorization: <api-key>'

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

id
string<uuid>
required

A UUID string identifying this 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>

A string representing the group of clusters to create.

Available options:
all_cons,
all_pros
cluster_number
integer

A number between 5 and 8, both included, representing the number of clusters to create.

Required range: 5 <= x <= 8

Response

200

Pros and cons clustering creation successfully launched.