# Add shot asset instance **POST /data/shots/{shot_id}/asset-instances** Add an asset instance to a specific shot. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **shot_id** () Unique identifier of the shot ## Body parameters Content-type: application/json - **asset_instance_id** (string(uuid)) Asset instance identifier to add ## Responses ### 201: Asset instance successfully added to shot #### Body Parameters: application/json (object) - **id** (string(uuid)) Shot unique identifier - **name** (string) Shot name - **asset_instances** (array[object]) [Powered by Bump.sh](https://bump.sh)