{"slug":"x402-agentutility-ai-video-thumbnail-2479d4","title":"Pull a single still frame out of a video without transcoding the whole file","host":"x402.agentutility.ai","method":"POST","resource":"https://x402.agentutility.ai/video-thumbnail","category":"image","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","price_listed":0.03,"price_asked":null,"state":"effects","state_label":"Not tested: has real-world effects","checks_7d":0,"answered_7d":0,"latency_ms_median":null,"reported_calls_30d":1,"reported_payers_30d":1,"networks":["eip155:8453","solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],"badge":"unverified","paid_checks_7d":0,"paid_ok_7d":0,"example_input":{"body":{"frame_type":"middle","video_url":"https://www.w3schools.com/html/mov_bbb.mp4"},"bodyType":"json","method":"POST","type":"http"},"output_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"frame_type":{"description":"Which frame to extract: \"first\", \"middle\", or \"last\". Optional; defaults to \"first\".","enum":["first","middle","last"],"type":"string"},"video_url":{"description":"Public http(s) URL of the source video file.","format":"uri","type":"string"}},"required":["video_url"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"frame_type":{"type":"string"},"height":{"type":"integer"},"image_url":{"type":"string"},"width":{"type":"integer"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"history":[],"description_full":"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.","last_updated":"2026-09-02T20:09:03.467Z","schemes":["exact"]}