Skip to content
GigAI Tools

Developer API / docs

Minify HTML API

Minify an HTML document, including its inline CSS and JS.

POSThttps://api.gigai.tools/v1/jobsAsync

Runs as the minify-html operation inside a job. Needs a key with the jobs:write scope.

Options

No options - the input file is everything.

Limits

  • Input: html (one file, checked by content, never by extension).
  • Max input size: 5 MB.
  • Output: html.
  • Time budget: 60 seconds, then the task fails with the timeout code.
  • Engine: html-minifier-terser.

Inside a bigger job

Chain it: any task can consume this one's output by naming it in input. The recipes show working pipelines.

as one task in a graph

"step": { "operation": "minify-html", "input": ["previous-task"] }
Was this page helpful?