# Import episode otio **POST /import/otio/projects/{project_id}/episodes/{episode_id}** Import an OTIO file to set frame_in, frame_out, and nb_frames for shots in an episode. Supports any OpenTimelineIO adapter format like EDL or OTIO. Uses naming convention with episode name to match shots. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** (string(uuid)) - **episode_id** (string(uuid)) ### Query parameters - **naming_convention** (string) Template for matching shot names from the file - **match_case** (boolean) Whether to match shot names case-sensitively ## Responses ### 201 Shots imported successfully #### Body: application/json (object) - **updated_shots** (array[object]) - **created_shots** (array[object]) ### 400 Invalid file format or parsing error [Powered by Bump.sh](https://bump.sh)