v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBTemplates
Collection Templates
Instantiate Collection Template
Instantiate collection template.
post/v1/templates/collections/{template_id}/instantiate
Path parameters
template_idstring required
Template ID
Template ID
Request body
Example request
{
"bucket_ids": [
"bkt_products"
],
"collection_name": "my_product_embeddings",
"description": "Image embeddings for product catalog",
"tags": [
"production",
"products"
]
}Response
Successful Response
Example response
{
"collection_id": "col_abc123",
"collection_name": "my_product_embeddings",
"created_at": "2025-01-15T12:00:00Z",
"status": "created",
"template_id": "tmpl_image_embeddings"
}