v5
latestOpenAPI 3.1.02026-08-025631,1012.8 MBTemplates
Bucket Templates
Instantiate Bucket Template
Instantiate bucket template.
post/v1/templates/buckets/{template_id}/instantiate
Path parameters
template_idstring required
Template ID
Template ID
Request body
Example request
{
"bucket_name": "my_product_images",
"description": "Product images for e-commerce store"
}Response
Successful Response
Example response
{
"bucket_id": "bkt_abc123",
"bucket_name": "my_product_images",
"created_at": "2025-01-15T12:00:00Z",
"status": "created",
"template_id": "tmpl_image_bucket"
}