# Create scene asset instance **POST /data/scenes/{scene_id}/asset-instances** Create an asset instance on a specific scene. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **scene_id** () Unique identifier of the scene ### Body: application/json (object) - **asset_id** (string(uuid)) Asset identifier to create instance from - **description** (string) Instance description ## Responses ### 201 Asset instance successfully created on scene #### Body: application/json (object) - **id** (string(uuid)) Asset instance unique identifier - **asset_id** (string(uuid)) Asset identifier - **scene_id** (string(uuid)) Scene identifier - **number** (string) Instance number - **description** (string) Instance description [Powered by Bump.sh](https://bump.sh)