Extract a frame from a preview_file

GET /actions/preview-files/{preview_file_id}/extract-frame

Responses

  • 200

    Extracted frame

GET /actions/preview-files/{preview_file_id}/extract-frame
curl \
 -X GET http://localhost:8080/api/actions/preview-files/{preview_file_id}/extract-frame \
 -H "Authorization: $API_KEY"