Image

GIF File Generator

Animated GIF — color cycling frames

20 files / day on the free tier

cURL equivalent

curl -X POST https://gettestfiles-api.fly.dev/generate/gif \
  -H "Content-Type: application/json" \
  -d '{
    "width": 640,
    "height": 480,
    "frame_count": 4,
    "loop": true
  }' \
  --output sample.gif

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 GIF file instantly.

⬇ Browse GIF downloads