# Import shotgun shots **POST /import/shotgun/shots** Import Shotgun shots. Send a list of Shotgun shot entries in the JSON body. Returns created or updated shots with frame ranges, custom fields, and asset links. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **id** (integer) Shotgun ID of the shot - **code** (string) Shot code - **sg_cut_in** (integer) Cut in frame - **sg_cut_duration** (integer) Cut duration in frames - **project** (object) Project information - **sg_sequence** (object) Sequence information - **sg_scene** (object) Scene information - **assets** (array[object]) Linked assets ## Responses ### 200: Shots imported successfully #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Shot unique identifier - **name** (string) Shot name - **data** (object) Shot data with frame ranges and custom fields - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Update timestamp ### 400: Invalid request body or data format error [Powered by Bump.sh](https://bump.sh)