๐ŸŽž๏ธ

Video Frame Extraction API

Extract frames from any video at a specified rate or at specific timestamps. Returns frame images as base64 or URLs.

API Docs $0.005 / request

About this tool

Extract frames from any video at a specified rate or at specific timestamps. Returns frame images as base64 or URLs.

Quick Start

curl -X POST https://api.iteratools.com/video/frames \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"url": "https://example.com/video.mp4", "fps": 1}'

Response

{"frames": ["data:image/jpeg;base64,..."], "count": 10, "duration": 10.5}

Pricing

$0.005 per request via x402 micropayment on Base (USDC).

Full Documentation Browse All Tools