Every day kittenbot.io is updated with a new, AI generated image. You can find that image here.
Each day's image name has this date format: yyyyMMdd
. For example, 20230720.png.
You may also access the image specific HTML the same way: 20230720.html.
Each image has metadata about how the image was generated:
cyberrealistic_1_3
cute calico kitten
4115191539
Providing these three inputs on dezgo.com should reproduce the image.
This metadata is provided in two ways:
x-amz-meta-model
, x-amz-meta-prompt
, and x-amz-meta-seed
.You can easily access image metadata with curl:
$ curl --head -s https://kittenbot.io/20230720.png | grep x-amz-meta
x-amz-meta-date: 20230720
x-amz-meta-prompt: cute calico kitten
x-amz-meta-model: cyberrealistic_1_3
x-amz-meta-seed: 4115191539
The metadata key x-amz-meta-date
will always match the file name without the extension.