◌◌info.pdf
Why No API Key?
Keeping the endpoint open helps fast testing and integration for hobby projects and tooling.
I generate Free Fire profile banners in real time — clean PNG output, no API key, fast response.
Generate BannerView all posts
Keeping the endpoint open helps fast testing and integration for hobby projects and tooling.
How avatar, banner, font shaping, and stroke text are merged in one PNG response.
The service supports mixed scripts and filters unsupported glyphs to avoid broken boxes.
| Method | Path | Description | Output |
|---|---|---|---|
| GET | /profile | Generates a Free Fire banner image from UID and optional override IDs. | image/png |
| GET | /health | Returns service health, uptime, version, and counters. | application/json |
| GET | / | Serves this retro frontend. | text/html |