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
API Documentation
Simple REST endpoints to fetch, search and stream AI-generated images.
π Open Swagger Documentation/image
Single random image with filters: style, category, keyword, color, width, height, model, nsfw.
/images
Multiple random images. count, unique, format (files|metadata).
/search
Advanced search across all fields. Comma = AND, - = NOT. q, language, limit.
/search-image
Search and return an image file directly β perfect for <img> tags. q, language, seed.
/metadataImage metadata without files.
/stylesList all available styles.
/categoriesList all categories (multi-language).
/colorsList all available colors.
/statsDatabase statistics.
Code Examples
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...