# Extract all annotated frames from preview as a zip **GET /actions/preview-files/{preview_file_id}/extract-annotated-frames** Build a zip archive with one PNG per annotation — for movies, the extracted frame at the annotation's time; for pictures, a copy of the picture with the annotation rendered. Returns 400 if the preview has no annotations. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **preview_file_id** (string(uuid)) Preview file unique identifier ## Responses ### 200 Zip archive of annotated frames #### Body: application/zip (string(binary)) string(binary) ### 400 Preview has no annotations or unsupported extension ### 404 Preview file binary is not available [Powered by Bump.sh](https://bump.sh)