Now in public beta
AI Photo Analysis API
Detect faces, objects, scenes, vehicles, text, and more — all from a single API call. Production-ready, developer-friendly, priced for scale.
50 free images/month. No credit card required.
Everything your app needs to understand photos
Phototology exposes a suite of analysis modules through one unified endpoint. Mix and match what you need.
Faces
Count, age range, emotion, landmarks
Objects
Detected items with confidence scores
Scenes
Indoor/outdoor, category, subcategory
Vehicles
Make, model, year, condition assessment
Text (OCR)
Extract text found in images
Embeddings
1408-dim multimodal vectors for search/clustering
Fingerprinting
Perceptual hash for duplicate detection
What you get back
Structured JSON. Strongly-typed. Ready to use.
{
"imageId": "img_01j9k...",
"modules": {
"faces": {
"count": 2,
"items": [
{ "confidence": 0.97, "age": "30-40", "emotion": "happy" },
{ "confidence": 0.91, "age": "25-35", "emotion": "neutral" }
]
},
"objects": {
"items": [
{ "label": "car", "confidence": 0.98 },
{ "label": "tree", "confidence": 0.94 }
]
},
"scene": {
"label": "outdoor",
"subcategory": "street",
"confidence": 0.96
},
"vehicles": {
"detected": true,
"make": "Toyota",
"model": "Camry",
"year": 2019,
"condition": "good"
},
"embedding": {
"dimensions": 1408,
"model": "multimodal-v1"
}
},
"processingMs": 342
}Up and running in minutes
1
Get your API key
Sign in with GitHub or Google. Your free key is ready immediately.
2
Send a photo
POST to
/v1/analyze with your image URL and the modules you want.3
Get structured analysis
Receive a clean JSON response with all requested analysis results in under a second.
Simple pricing
Start free. Scale as you grow.
Expecting large volume?
Custom rate limits, SLAs, and volume discounts available.