Create template from existing taxonomy.
Supports three template scopes:
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer YOUR_API_KEY"
"Bearer YOUR_STRIPE_API_KEY"
REQUIRED: Namespace identifier for scoping this request. All resources (collections, buckets, taxonomies, etc.) are scoped to a namespace. You can provide either the namespace name or namespace ID. Format: ns_xxxxxxxxxxxxx (ID) or a custom name like 'my-namespace'
"ns_abc123def456"
"production"
"my-namespace"
Taxonomy ID
Request to create a template from an existing resource.
Name for the new template
1 - 100Description of the template's purpose (OPTIONAL)
1000Template scope: 'organization' (all users in org), 'user' (only you), or 'system' (all organizations - requires Mixpeek admin email)
system, organization, user, public Optional category for organizing templates
50Optional tags for the template
Whether this template should be publicly discoverable
Successful Response
Response after creating a template from a resource.
ID of the created template
Name of the created template
Type of template created
namespace, retriever, cluster, collection, bucket, taxonomy, scaffold Template scope
system, organization, user, public ID of the resource used to create this template
Timestamp when template was created