{"message":"Lyfe Plum Video Processing API","version":"1.1.0","endpoints":{"health":"/health","extractImages":"/api/extract-images"},"documentation":{"extractImages":{"method":"POST","description":"Generate screenshot from video URL","parameters":{"url":{"type":"string","description":"The URL of the video to extract an image from"},"timestamp":{"type":"number","description":"The timestamp of the image to extract"},"format":{"type":"string","enum":["jpg","png","webp"],"default":"jpg","description":"The format of the image to extract"},"quality":{"type":"number","rangeInclusive":[1,100],"description":"The quality of the image to extract"},"width":{"type":"number","description":"The width of the image in pixels to extract"},"height":{"type":"number","description":"The height of the image in pixels to extract"},"fixOrientation":{"type":"boolean","default":true,"description":"Automatically fix video orientation by swapping width/height dimensions based on video metadata"}}}}}