GET /api/v2/random/animal/{type}
Endpoints: cat, dog, fox, fish, alpaca, bird
GET /api/v2/random/string/{type}
Endpoints: 8ball
GET /api/v2/random/yt-video/{type}
Endpoints: hl-cats
GET /api/v2/random/kaomoji/{type}
Endpoints: cat, dog, owo, uwu, love
GET /api/v2/filter/{type}?strength={number}&image={url}
Endpoints:
• [Example] blur | params: &strength ✅ (min = 1, max = 256, default = 5)
• [Example] greyscale | params: &strength ❎
• [Example] contrast | params: &strength ✅ (min = -1, max = 1, default = 0.1)
• [Example] invert | params: &strength ❎
• [Example] dither565 | params: &strength ❎
• [Example] normalize | params: &strength ❎