AI Image Intelligence avatar
AI Image Intelligence

Pricing

from $10.00 / 1,000 results

Go to Apify Store
AI Image Intelligence

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

Marielise

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

7 hours ago

Last modified

Share

Generate SEO-optimized alt text, titles, descriptions, and extract comprehensive image metadata using vision-capable LLMs.

What You Get

CategoryFields
Identificationsubjects, category, tags, objects, landmarks, logos
SEOalt text, title, description, keywords, suggested filename
Visualcolors (hex), brightness, contrast, saturation, sharpness
Contenttext (OCR), faces, watermarks, scene type
Filedimensions, aspect ratio, format, color space
EXIFcamera, lens, ISO, aperture, GPS (when available)
Customdefine 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:

ProviderExample ModelsEnvironment Variable
openaiopenai:gpt-4o, openai:gpt-4o-miniOPENAI_API_KEY
anthropicanthropic:claude-sonnet-4-20250514ANTHROPIC_API_KEY
googlegoogle:gemini-2.0-flash, google:gemini-1.5-proGOOGLE_API_KEY
groqgroq:meta-llama/llama-4-scout-17b-16e-instructGROQ_API_KEY

Default: openai:gpt-4o

API Keys

Set API keys as environment variables:

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

FieldRequiredDescription
imageUrlOne ofPublic image URL
imageBase64One ofBase64-encoded image
modelNoLLM model in provider:model format (default: openai:gpt-4o)
languageNoOutput language (default: en)
contextNoContext to guide analysis
customSchemaNoCustom fields to extract

Limits

  • Max image size: 20MB
  • Formats: JPEG, PNG, GIF, BMP, WEBP
  • Rate limits: Based on your Google API quota