Extract a frame from a movie preview, or the picture itself from a picture preview, and overlay the matching annotation on it. frame_number is required for movies and ignored for pictures. Returns 400 if no annotation is recorded.
GET
/actions/preview-files/{preview_file_id}/extract-annotated-frame
curl \
--request GET 'http://api.example.com/actions/preview-files/a24a6ea4-ce75-4665-a070-57453082c25/extract-annotated-frame' \
--header "Authorization: $API_KEY"