AI Powered

Image analysis API for modern apps

Extract clothing details, accessories, colors, and style attributes from any image. Perfect for fashion, e-commerce, and content platforms.

No credit card required

response.json 200 OK
{
  "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"
    }
  }
}

See it in action

Real examples showing the depth and accuracy of our image analysis

Fashion portrait Studio shot Casual style
API Response 200 OK
{
  "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"
    }
  }
}

Built for developers

Everything you need to add intelligent image analysis to your application

Detailed Analysis

Extract clothing types, colors, patterns, materials, and style attributes with high accuracy.

Fast & Reliable

Simple REST API with quick response times. Supports both URL and file uploads.

Structured JSON

Clean, predictable JSON responses that integrate seamlessly with your codebase.

Simple integration

Get started with just a few lines of code

Analyze from URL
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"}'
Analyze from file
curl -X POST "https://www.imgtags.com/api/v1/analyze" \
     -H "X-API-Key: YOUR_API_KEY" \
     -F "image=@/path/to/image.jpg"

Simple, transparent pricing

Start free, upgrade when you need more

Free

Perfect for testing

$0/month

  • 5 requests per day
  • URL and file upload
  • Full API access
Get started
Popular

Pro

For production apps

$19/month

  • 10,000 requests per month
  • 60 requests per minute
  • Multiple API keys
  • Priority support
Get started

Ready to get started?

Join developers using ImgTags to power their image analysis needs

Create free account