Image Search
Search museum archives and stock photo libraries with AI-targeted queries that curate the best results from five sources.
Still needed: Topic
Best for
- •Art, museum pieces, historical paintings and illustrations
- •Academic and cultural heritage images
- •Public domain and Creative Commons content
- •High-quality photos for image-motion input
Tips
- ✓Use specific visual terms: 'aerial city skyline sunset' not 'city'
- ✓Great for historical content, museum archives have unique content
- ✓Always pair results with image-motion to convert still images into video segments
- ✓Deduplicate URLs when running multiple searches
Image Search API
Call this pipeline from your own code. One request dispatches a run; the model is an input field, not a separate endpoint.
bun add @pipe2-ai/sdk import { createClient } from "@pipe2-ai/sdk";
const client = createClient(process.env.PIPE2_TOKEN!);
const { run_pipeline } = await client.RunPipeline({
pipeline_slug: "image-search",
input: {
topic: "minimalist workspace with warm morning light",
},
});pip install pipe2 import asyncio
import os
from pipe2 import Pipe2Client
client = Pipe2Client(token=os.environ["PIPE2_TOKEN"])
run = asyncio.run(client.run_pipeline(
pipeline_slug="image-search",
input={
"topic": "minimalist workspace with warm morning light",
},
))go get github.com/pipe2-ai/sdk-go client := pipe2.NewClient(os.Getenv("PIPE2_TOKEN"))
input := json.RawMessage(`{
"topic": "minimalist workspace with warm morning light"
}`)
run, err := pipe2.RunPipeline(context.Background(), client, "image-search", input)
if err != nil {
log.Fatal(err)
}brew install pipe2-ai/tap/pipe2 pipe2 pipelines run \
--pipeline image-search \
--input-json '{"topic": "minimalist workspace with warm morning light"}' \
--waitParameters
-
topicrequired -
Describe what images you need
string -
image_count -
How many images to return.
10203050default20
Use it from an AI agent
Point any MCP client at pipe2 and your agent gets these tools. It finds this pipeline, reads the same schema above, then runs it.
- list_pipelines
- get_pipeline_schema
- run_pipeline
- get_pipeline_run_status
- request_upload
https://mcp.pipe2.ai/mcp {
"mcpServers": {
"pipe2ai": {
"url": "https://mcp.pipe2.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_TOKEN" }
}
}
}Image Search
Describe a topic and let AI find the best images across five archives: Wikimedia Commons, Europeana, Rijksmuseum, Smithsonian, and Pexels.
How It Works
- Describe your topic: tell the AI what images you need
- AI generates queries: AI creates 3-5 targeted search queries
- Parallel search: all image banks are searched simultaneously
- AI curation: AI ranks results by relevance and removes irrelevant ones
Sources
- Wikimedia Commons: millions of freely usable media files
- Europeana: European cultural heritage collections
- Rijksmuseum: Dutch masters and historical art
- Smithsonian: American history, science, and culture
- Pexels: high-quality stock photos
Frequently Asked Questions
How many images can I search for?
Are these images free to use?
How does the AI decide what to search?
Are images saved to my library?
How many credits does it cost?
Explore more pipelines
See all →Generate AI videos from a text prompt, image, or reference clip. Cinematic shots, product reveals, lifestyle ads, with synchronized audio and natural motion.
Generate AI images from text or reference photos. Product shots, character art, posters with readable text, photoreal portraits, high resolution in seconds.
Turn text into natural speech with dozens of voices, 70+ languages, and custom style directions for tone, accent, and pacing.
Generate original background music that matches any mood, genre, and length you describe. Royalty-free, ready in seconds.