» All endpoints:

GET /api/v1/animals/{endpoint}
Endpoints: cat, dog, fox, fish, alpaca, bird
GET /api/v1/string/{endpoint}
Endpoints: 8ball
GET /api/v1/kaomoji/{endpoint}
Endpoints: cat, dog, owo, uwu, love
GET /api/v1/filter/{endpoint}?image={url}&strength={number} - REMOVED
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 ❎