Now with 10 free analyses — no card required

AI Skin Analysis API for Developers

Ship clinical-grade skin diagnostics in your app with a single API call. 15+ metrics, 26 mask visualizations, sub-3s processing.

10 free analyses
No credit card
REST API
DermIQ AI Skin Analysis

Skin Score

87.5

15+

Skin Metrics

26

Mask Visualizations

<3s

Processing Time

99.9%

API Uptime

Capabilities

Everything you need to ship skin analysis

Clinical-grade analysis powered by computer vision and deep learning, delivered through a developer-friendly REST API.

AI-Powered Metrics

Deep learning models analyze 15+ skin conditions with clinical accuracy

AI skin analysis metrics visualization

Mask Visualizations

26 heat-map overlays showing exactly where conditions are detected

Skin analysis mask heat-map visualization

15+ Skin Metrics

Acne, wrinkles, pores, redness, oiliness, texture, dark circles, firmness, and more — all scored 0-100 with clinical precision.

26 Mask Visualizations

Heat-map PNGs for every condition and facial zone. Show users exactly where issues are detected on their face.

Skin Tone & Age

Fitzpatrick scale, Monk tone, ITA angle, and estimated skin age with personalized aging recommendations.

Face Geometry

Face shape, eye geometry, eyebrow traits, nose proportions, cheekbone prominence, and lip shape analysis.

Color Extraction

Eye color, lip color, hair color, eyebrow color, and skin tone hex values with named classifications.

Simple REST API

Upload an image, get structured JSON. Background processing with polling. Works with any language or framework.

Developer Experience

Integrate in minutes

Upload an image, poll for results. Three API calls is all it takes.

# 1. Upload image for analysis
curl -X POST https://api.dermiq.dev/v1/analyze \
  -H "Authorization: Bearer diq_sk_your_key" \
  -F "file=@face.jpg"

# → { "analysis_id": "abc-123", "status": "pending" }

# 2. Get results (poll until completed)
curl https://api.dermiq.dev/v1/results/abc-123 \
  -H "Authorization: Bearer diq_sk_your_key"

# → {
#   "status": "completed",
#   "result_json": {
#     "all": { "score": 87.5 },
#     "skin_age": 28,
#     "hd_acne": { "ui_score": 91.2 },
#     "hd_wrinkle": { "whole": { "ui_score": 85.1 } },
#     ...15+ metrics
#   },
#   "mask_filenames": ["hd_acne_output.png", ...]
# }

Pricing

Simple, prepaid credits

Start with 10 free analyses. Buy credit packs when you need more. No subscriptions, no surprises.

Free

Try the API instantly

$0

10 free analyses

  • 10 analyses included
  • Full analysis + masks
  • All 15+ metrics
  • Community support
Most Popular

Credit Pack

Pay as you go

$5

100 analyses per pack

  • 100 analyses for $5
  • Full analysis + masks
  • 30 requests/minute
  • Email support
  • No expiration

Enterprise

For high-volume apps

Custom

Volume discounts

  • Custom credit pricing
  • Full analysis + masks
  • 120 requests/minute
  • Priority support & SLA
  • Dedicated account manager

Credits never expire. Need a custom volume? Talk to us

Ready to add skin analysis to your app?

Get your API key in 30 seconds. Start with 10 free analyses, no credit card required.