Create Template Folder

Create a new template folder in your workspace


Overview#

Create a folder to organize your studio templates. Folders are a paid plan feature, same as in the dashboard.

https://api.orshot.com/v1/studio/folders

Request Body#

ParameterTypeRequiredDescription
nameStringYesFolder name, up to 50 characters, unique per workspace

Request#

await fetch("https://api.orshot.com/v1/studio/folders", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    Authorization: "Bearer <ORSHOT_API_KEY>",
  },
  body: JSON.stringify({
    name: "Social Posts",
  }),
});

Returns 201 Created on success.

Error Responses#

{
  "error": "Template folders require a paid plan",
  "code": "folders_paid_plan_required"
}

Duplicate Name (409)#

{
  "error": "A folder with this name already exists"
}

Invalid Name (400)#

{
  "error": "Folder name cannot be empty"
}

Rate Limits#

  • 30 requests per minute per API key

Ready to automate?

Start rendering images, PDFs and videos from your templates in under 2 minutes. Free plan, no credit card.

Get your API key
  • Image, PDF and video generation via API
  • Visual editor with AI and smart layouts
  • Zapier, Make, MCP and 50+ integrations
  • White-label embed for your own app
  • 30 free credits — no credit card required