Document

HTML File Generator

HTML page — landing, blog post, dashboard, form, or email template

landing = nav/hero/features/footer · blog_post = article with code blocks · dashboard = stats + table · form = signup with validation · email_template = table-based HTML email

Inline <style> block with a full design system

Inline <script> block with interaction logic

1–20 files per request

20 files / day on the free tier

cURL equivalent

curl -X POST https://gettestfiles-api.fly.dev/generate/html \
  -H "Content-Type: application/json" \
  -d '{
    "page_type": "landing",
    "include_css": true,
    "include_js": true
  }' \
  --output TestFile-html.html

About this generator

  • Files are generated on demand and streamed directly — nothing is stored.
  • Rate limited to 20 files per day per IP on the free tier.
  • For bulk generation, use the API directly from your CI pipeline.

Just need a standard file?

Download a pre-built HTML file instantly.

⬇ Browse HTML downloads