v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBTemplates
Cluster Templates
Instantiate Cluster Template
Instantiate cluster template.
post/v1/templates/clusters/{template_id}/instantiate
Path parameters
template_idstring required
Template ID
Template ID
Request body
Example request
{
"cluster_name": "my_product_clusters",
"collection_ids": [
"col_products"
],
"description": "Cluster products by visual similarity"
}Response
Successful Response
Example response
{
"cluster_id": "clust_abc123",
"cluster_name": "my_product_clusters",
"created_at": "2025-01-15T12:00:00Z",
"status": "created",
"template_id": "tmpl_visual_clustering"
}