---
title: "Bulk Create Studio Templates"
method: POST
path: "/studio/templates/bulk-create"
tags: ["Enterprise"]
---

# Bulk Create Studio Templates

`POST /studio/templates/bulk-create`

Create multiple studio templates at once via CSV or JSON

Available only to Enterprise-plan workspaces and first-party clients.

## Query parameters

- `includeThumbnails` boolean

## Request body

- object
  - `templates` unknown[], required — Array of template objects to create
    - unknown

## Response `200`

Successful response

- object

## Other responses

- `401` — Missing or invalid authentication
- `429` — Rate limit exceeded — see the Retry-After header

---

[API](https://skmtc.net/orshot/apis/orshot-api.md) · [All operations](https://skmtc.net/orshot/apis/orshot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orshot/orshot-api/revisions/86a99db1a33d/schema)
