Minimal image hosting endpoint. Upload an image, get a permanent link back.
curl -F "file=@photo.jpg" https://cdn.g0d.r00t.men/api/upload
Returns:
{"id": "aB3xQ9k2mN01", "url": "https://cdn.g0d.r00t.men/i/aB3xQ9k2mN01.jpg", "format": "JPEG", "width": 1920, "height": 1080}