Skip to content
GigAI Tools

Developer API / docs

Strip Image Metadata API

Re-encode the image without EXIF, GPS, ICC and XMP data. Pixels unchanged apart from re-encoding.

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

Runs as the strip-image-metadata operation inside a job. Needs a key with the jobs:write scope.

Options

No options - the input file is everything.

Limits

  • Input: png, jpg, webp, avif, gif (one file, checked by content, never by extension).
  • Max input size: 50 MB.
  • Output: png, jpg, webp, avif, gif.
  • Time budget: 60 seconds, then the task fails with the timeout code.
  • Engine: sharp.

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": "strip-image-metadata", "input": ["previous-task"] }
Was this page helpful?