--- title: HTML To Video emoji: 🎬 colorFrom: purple colorTo: pink sdk: docker pinned: false --- # HTML → Video Recorder A ultra-fast API that records any HTML page animation and returns a video URL. ## API ### `POST /record` **Body (JSON):** ```json { "html_url": "https://example.com/my-animation.html", "duration_ms": 3000, "width": 1080, "height": 1920 } ``` **Response:** ```json { "video_url": "https://res.cloudinary.com/..." } ``` ### `GET /health` Returns `{"status": "ok"}`