Generation & Templates

Duplicate Studio Template

Duplicate a studio template to create a new one

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

post/studio/templates/{templateId}/duplicate

Path parameters

templateIdstring required

Request body

workspaceIdstring

Target workspace ID. Defaults to current workspace if omitted. User must be the owner of target workspace.

namestring

Name for the new template. Defaults to "Copy of original_name".

descriptionstring

Description for the new template. Defaults to original description.

embed_user_idstring

Assign the duplicated template to an embed user. Accepts either an external user ID (resolved using your workspace's embed configuration) or an Orshot internal ID (prefixed with eui_).

Response

Successful response

object required

Changes

Changed in 1 of the 7 revisions of this API.6

    • added the media type application/json for the response with the status 401

      response-media-type-added

    • added the media type application/json for the response with the status 429

      response-media-type-added

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added