Duplicate Studio Template

Duplicate a studio template to create a new one

Duplicate an existing studio template. You can duplicate it within the same workspace or to another workspace where you are the owner.

Endpoint

https://api.orshot.com/v1/studio/templates/:templateId/duplicate

URL Parameters

ParameterTypeRequiredDescription
templateIdIntegerYesThe unique ID of the template to duplicate

Request Body

ParameterTypeRequiredDescription
workspaceIdStringNoTarget workspace ID. Defaults to current workspace if omitted. User must be the owner of target workspace.
nameStringNoName for the new template. Defaults to "Copy of original_name".
descriptionStringNoDescription for the new template. Defaults to original description.

Request

await fetch("https://api.orshot.com/v1/studio/templates/123/duplicate", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    Authorization: "Bearer <ORSHOT_API_KEY>",
  },
  body: JSON.stringify({
    workspaceId: "target-workspace-id", // Optional
    name: "New Template Copy",          // Optional
    description: "Duplicated for Q2 campaign" // Optional
  })
});

All Set? Let's Start Automating

Get Your API Key →
  • Image, PDF and Video Generation via API
  • Canva like editor with AI and smart features
  • No-Code Integrations (Zapier, Make, n8n etc.)
  • Embed Orshot Studio in your app
  • Start Free. No credit card required. Cancel anytime.