AI Image Intelligence
Pricing
from $10.00 / 1,000 results
Go to Apify Store
AI Image Intelligence
Make every image work harder for your business. Auto-generate SEO-optimized metadata, accessibility-compliant alt text, and rich descriptions using AI. Perfect for e-commerce, content sites, and stock agencies processing hundreds of images daily. $0.01/image.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer

Marielise
Maintained by Community
Actor stats
0
Bookmarked
1
Total users
1
Monthly active users
7 hours ago
Last modified
Categories
Share
Generate SEO-optimized alt text, titles, descriptions, and extract comprehensive image metadata using vision-capable LLMs.
What You Get
| Category | Fields |
|---|---|
| Identification | subjects, category, tags, objects, landmarks, logos |
| SEO | alt text, title, description, keywords, suggested filename |
| Visual | colors (hex), brightness, contrast, saturation, sharpness |
| Content | text (OCR), faces, watermarks, scene type |
| File | dimensions, aspect ratio, format, color space |
| EXIF | camera, lens, ISO, aperture, GPS (when available) |
| Custom | define your own fields |
Quick Start
{"imageUrl": "https://example.com/photo.jpg"}
Examples
Multi-language SEO
{"imageUrl": "https://example.com/photo.jpg","language": "es"}
E-commerce Products
{"imageUrl": "https://example.com/product.jpg","language": "en","context": "E-commerce product photography for furniture store.","customSchema": {"productType": "","material": "","style": ""}}
Wildlife Photography
{"imageUrl": "https://example.com/bird.jpg","language": "en","context": "Nature photography. Identify bird species with scientific name.","customSchema": {"species": "","scientificName": "","habitat": ""}}
Real Estate
{"imageUrl": "https://example.com/room.jpg","language": "en","context": "Real estate listing photography.","customSchema": {"roomType": "","features": "","style": ""}}
Output Example
{"identification": {"subjects": ["raven"],"category": "bird","tags": ["raven", "bird", "wildlife", "nature", "perched"],"objects": ["raven", "branch"]},"seo": {"alt": "Raven perched on a branch","title": "Raven on Branch","description": "A raven perched on a branch in a natural setting.","keywords": ["raven", "bird", "wildlife", "nature"],"suggestedFilename": "raven-on-branch"},"visual": {"colors": ["#000000", "#2F4F4F", "#A9A9A9"],"brightness": 0.4,"contrast": 0.6},"customFields": {"species": "Raven","scientificName": "Corvus corax","habitat": "Forests, deserts, and coastal areas"}}
Model Selection
Use provider:model format to specify any vision-capable model:
{"imageUrl": "https://example.com/photo.jpg","model": "openai:gpt-4o"}
Supported providers and example models:
| Provider | Example Models | Environment Variable |
|---|---|---|
openai | openai:gpt-4o, openai:gpt-4o-mini | OPENAI_API_KEY |
anthropic | anthropic:claude-sonnet-4-20250514 | ANTHROPIC_API_KEY |
google | google:gemini-2.0-flash, google:gemini-1.5-pro | GOOGLE_API_KEY |
groq | groq:meta-llama/llama-4-scout-17b-16e-instruct | GROQ_API_KEY |
Default: openai:gpt-4o
API Keys
Set API keys as environment variables:
- OpenAI: platform.openai.com/api-keys
- Anthropic: console.anthropic.com
- Google: aistudio.google.com/apikey
- Groq: console.groq.com
Use Cases
- E-commerce - Product image SEO and cataloging
- Content creators - Alt text and metadata automation
- Accessibility - WCAG-compliant alt text generation
- Stock agencies - Bulk image tagging and categorization
- Wildlife/Nature - Species identification with scientific names
- Real Estate - Room and feature extraction
Input Reference
| Field | Required | Description |
|---|---|---|
imageUrl | One of | Public image URL |
imageBase64 | One of | Base64-encoded image |
model | No | LLM model in provider:model format (default: openai:gpt-4o) |
language | No | Output language (default: en) |
context | No | Context to guide analysis |
customSchema | No | Custom fields to extract |
Limits
- Max image size: 20MB
- Formats: JPEG, PNG, GIF, BMP, WEBP
- Rate limits: Based on your Google API quota