Usage Information
The API supports the following query parameters for images and tags:
- count (up to 5):You can specify the number of images with the count parameter, e.g., /api/image?count=3.
This will make it return an array of JSON with image names which you can then use for the static /image/:name endpoint
- tag:You can filter images by a single tag using the tag parameter, e.g., /api/image?tag=borzi.
- Combine multiple tags:You can combine multiple tags with a +, e.g., /api/image?tag=borzi+duo+wallpaper.
- Image by Tag:You can filter images by tags using the tag parameter with /image, e.g., /api/image?tag=borzi+duo+wallpaper.
Open URL with Tag and List of Tags
To open a URL with a specific tag and list of tags, use the following format:
/api/image?tag=borziSample Image
Get a glimpse of the Borzoi images from the API:

This api is opensource
You can create your own api for images or upload more borzoi to the repo here Github