# Create asset instance **POST /data/assets/{asset_id}/asset-asset-instances** Create a new asset instance inside a specific asset by instantiating another asset. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **asset_id** () Unique identifier of the parent asset ### Body: application/json (object) - **asset_to_instantiate_id** (string(uuid)) Unique identifier of the asset to instantiate - **description** (string) Description for the asset instance ## Responses ### 201 Asset instance successfully created #### Body: application/json (object) - **id** (string(uuid)) Created asset instance unique identifier - **asset_id** (string(uuid)) Parent asset identifier - **target_asset_id** (string(uuid)) Target asset identifier - **number** (string) Instance number - **description** (string) Instance description - **created_at** (string(date-time)) Creation timestamp [Powered by Bump.sh](https://bump.sh)