html2vid / README.md
ADXabhi's picture
Upload 4 files
67e955a verified
metadata
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):

{
  "html_url": "https://example.com/my-animation.html",
  "duration_ms": 3000,
  "width": 1080,
  "height": 1920
}

Response:

{
  "video_url": "https://res.cloudinary.com/..."
}

GET /health

Returns {"status": "ok"}