---
title: "POST /workspaces/{workspaceId}/scenes"
method: POST
path: "/workspaces/{workspaceId}/scenes"
---

# POST /workspaces/{workspaceId}/scenes

`POST /workspaces/{workspaceId}/scenes`

Creates a scene.

## Path parameters

- `workspaceId` string, required

## Request body

- object
  - `sceneId` string, required — The ID of the scene.
  - `contentLocation` string, required — The relative path that specifies the location of the content definition file.
  - `description` string — The description for this scene.
  - `capabilities` SceneCapability[] — A list of capabilities that the scene uses to render itself.
  - `tags` object — Metadata that you can use to manage the scene.
  - `sceneMetadata` object — The request metadata.

## Response `200`

Success

- CreateSceneResponse
  - `arn` string, required — The ARN of the scene.
  - `creationDateTime` string, date-time, required — The date and time when the scene was created.

## Other responses

- `480` — InternalServerException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — ValidationException
- `484` — ConflictException
- `485` — ServiceQuotaExceededException

---

[API](https://skmtc.net/aws/apis/iottwinmaker.md) · [All operations](https://skmtc.net/aws/apis/iottwinmaker/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iottwinmaker/versions/a66a26fd65ea/schema)
