KaleidoImages.AI Logo KaleidoImages.AI
Powered by Stable Diffusion & GPT Image

A universe of
AI-generated images

Search, filter and stream thousands of unique AI images through a fast, free REST API β€” Bruno Kawakami's personal AI laboratory.

πŸ’‘ Pro tips: commas combine terms human, male Β· minus excludes nature -city Β· mix both sunset, beach -urban

Try: πŸ€– AI robots ⚑ cyberpunk πŸš€ futuristic tech β‚Ώ crypto βš›οΈ quantum πŸͺ mars exploration πŸ‘¨β€πŸš€ astronaut πŸ”­ astronomy πŸ§ͺ research 🌿 pure nature πŸ¦‹ wildlife 🐠 underwater β˜€οΈ clean energy 🌲 forests πŸ™οΈ smart cities πŸ—οΈ cityscape 🏒 modern architecture πŸŒ† skyline βš•οΈ medical 🧬 biotech πŸ”¬ microscopy πŸ“Έ hyperrealistic βšͺ minimalist 🎬 cinematic ✈️ aviation πŸ’‘ neon 🟑 luxury gold πŸ”΄ dramatic red πŸ‘€ solo portrait 🏞️ pure landscape 🌊 pure ocean ⭐ deep space 🌳 pristine forest πŸ’Ό corporate πŸ’³ fintech πŸš€ startup
…
Images
…
Styles
…
Database
Loading sample images...

API Documentation

Simple REST endpoints to fetch, search and stream AI-generated images.

πŸ“– Open Swagger Documentation
GET /image

Single random image with filters: style, category, keyword, color, width, height, model, nsfw.

GET /images

Multiple random images. count, unique, format (files|metadata).

GET /search

Advanced search across all fields. Comma = AND, - = NOT. q, language, limit.

GET /search-image

Search and return an image file directly β€” perfect for <img> tags. q, language, seed.

GET/metadata

Image metadata without files.

GET/styles

List all available styles.

GET/categories

List all categories (multi-language).

GET/colors

List all available colors.

GET/stats

Database statistics.

Code Examples

πŸ’‘ All images are AI-generated and free to use in your projects.

HTML β€” <img> tag

// Loading example...

JavaScript / Fetch API

// Loading example...

Python Requests

// Loading example...

cURL

// Loading example...

React Component

// Loading example...

Use Cases

Design Mockups

Populate designs with diverse imagery.

// Loading example...

Dynamic Backgrounds

Backgrounds that adapt to context.

// Loading example...

Content Generation

Auto-generate visuals for blogs/social.

// Loading example...