Next (Modify Scene) Previous (New Scene)

Clone Scene

Definition

POST https://clara.io/api/scenes/{uuid}/clone

URL Parameters

  • uuid: the scene ID.

Example Request

curl "https://clara.io/api/scenes/59f6f456-cdb4-4c77-a578-4de894bc53c5/clone" \
    -u username:c3be3060-fe81-467b-aa62-0ee42eea9c8b \
    -X POST

Clara Node SDK

When using the Clara Node SDK:

$ clara scenes:clone [options]

Next (Modify Scene) Previous (New Scene)