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
{
"person": {
"gender": "female",
"hair_color": "dark brown",
"hair_style": "half-up, wavy",
"expression": "neutral",
"pose": "standing"
},
"clothing": {
"blazer": {
"color": "white",
"style": "short-sleeved, oversized"
},
"skirt": {
"color": "light blue",
"style": "pleated, midi length"
}
},
"accessories": {
"handbag": {
"color": "black",
"style": "quilted, top handle",
"hardware": "gold-toned"
},
"earrings": {
"style": "small hoops"
}
}
}
{
"person": {
"pose": "seated",
"expression": "serious",
"hair_style": "pulled back ponytail",
"attire": "white suit"
},
"clothing": {
"type": "suit",
"parts": ["blazer", "trousers"],
"color": "white",
"style": "tailored"
},
"handbag": {
"color": "dark brown",
"material": "leather",
"style": "structured shoulder bag",
"hardware": "gold tone"
},
"shoes": {
"type": "slingback flats",
"color": "olive green",
"toe_shape": "pointed"
}
}
{
"person": {
"gender": "male",
"age_group": "young adult",
"hair_style": "curly, short",
"pose": "walking"
},
"clothing": {
"t_shirt": {
"pattern": "horizontal stripes",
"colors": ["white", "navy blue"],
"features": ["chest pocket"]
},
"pants": {
"color": "black",
"style": "slim fit",
"features": ["cuffed hem"]
},
"shoes": {
"style": "sneakers",
"color": "black",
"sole": "white"
}
},
"accessories": {
"sunglasses": {
"frame": "black",
"style": "wayfarer"
}
}
}
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://www.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://www.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/month
For production apps
$19/month
Join developers using ImgTags to power their image analysis needs
Create free account