{"name":"video-thumbnail","description":"Pull a single still frame out of a video without transcoding the whole file. Send a video_url and pick frame_type: first, middle, or last, and get back a hosted JPG with its width and height. Runs on fal.ai's ffmpeg extract-frame pipeline, so it's fast because it only decodes the frame it needs. Use it as a video thumbnail generator, video frame extractor, video-to-image converter, or preview-image API for video libraries, CMS thumbnails, and content moderation previews.","price":"$0.03","method":"POST","input_schema":{"properties":{"video_url":{"type":"string","format":"uri","description":"Public http(s) URL of the source video file."},"frame_type":{"type":"string","enum":["first","middle","last"],"description":"Which frame to extract: \"first\", \"middle\", or \"last\". Optional; defaults to \"first\"."}},"required":["video_url"]},"input_example":{"video_url":"https://www.w3schools.com/html/mov_bbb.mp4","frame_type":"middle"},"output_example":{"image_url":"https://...jpg","frame_type":"middle","width":320,"height":176},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}