Skip to main content
POST
Create a cluster view

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Headers

x-splendor-tenant-id
string
required

Selects the tenant (workspace) the request acts within.

Body

application/json

Freeze a semantic/hybrid cluster (all members with fused score >= tau, up to k) into a materialized view that SQL can aggregate exhaustively.

datasets
string[]
required
Minimum array length: 1
seed_queries
string[]
required

One or more seed phrasings; their neighborhoods are unioned to widen recall.

Required array length: 1 - 16 elements
k
integer | null

Max members; bounded by the server's cluster_view_max_members.

Required range: x >= 1
name
string | null
Required string length: 1 - 255
tau
number | null

Fused-score threshold; omit to auto-pick from the score-distribution knee.

Required range: x >= 0
time_range
TimeRange · object | null

Response

Successful Response

The response is of type object.