Extract clothing details, accessories, colors, and style attributes from any image. Perfect for fashion, e-commerce, and content platforms.
No credit card required
{
"person": {
"gender": "female",
"pose": "standing"
},
"clothing": {
"top": {
"type": "blazer",
"color": "white",
"style": "oversized"
},
"bottom": {
"type": "skirt",
"color": "light blue",
"style": "pleated"
}
},
"accessories": {
"handbag": {
"color": "black",
"style": "quilted"
}
}
}
Real examples showing the depth and accuracy of our image analysis
Everything you need to add intelligent image analysis to your application
Extract clothing types, colors, patterns, materials, and style attributes with high accuracy.
Simple REST API with quick response times. Supports both URL and file uploads.
Clean, predictable JSON responses that integrate seamlessly with your codebase.
Get started with just a few lines of code
curl -X POST "https://imgtags.com/api/v1/analyze" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com/image.jpg"}'
curl -X POST "https://imgtags.com/api/v1/analyze" \
-H "X-API-Key: YOUR_API_KEY" \
-F "image=@/path/to/image.jpg"
Start free, upgrade when you need more
Perfect for testing
0 EUR/month
For production apps
28 EUR/month
Best value
280 EUR/year
Join developers using ImgTags to power their image analysis needs
Create free account