Skip to main content
POST
Instantiate Bucket Template

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

template_id
string
required

Template ID

Body

application/json

Request to instantiate a bucket from a template.

bucket_name
string
required

Name for the new bucket

Required string length: 1 - 100
description
string | null

Optional description override for the bucket

Maximum string length: 1000

Response

Successful Response

Response after instantiating a bucket template.

bucket_id
string
required

ID of the created bucket

bucket_name
string
required

Name of the created bucket

template_id
string
required

ID of the template used

status
string
default:created

Status of the instantiation

created_at
string<date-time>

Timestamp when bucket was created