15+
Skin Metrics
26
Mask Visualizations
<3s
Processing Time
99.9%
API Uptime
Capabilities
Clinical-grade analysis powered by computer vision and deep learning, delivered through a developer-friendly REST API.
Deep learning models analyze 15+ skin conditions with clinical accuracy

26 heat-map overlays showing exactly where conditions are detected

Acne, wrinkles, pores, redness, oiliness, texture, dark circles, firmness, and more — all scored 0-100 with clinical precision.
Heat-map PNGs for every condition and facial zone. Show users exactly where issues are detected on their face.
Fitzpatrick scale, Monk tone, ITA angle, and estimated skin age with personalized aging recommendations.
Face shape, eye geometry, eyebrow traits, nose proportions, cheekbone prominence, and lip shape analysis.
Eye color, lip color, hair color, eyebrow color, and skin tone hex values with named classifications.
Upload an image, get structured JSON. Background processing with polling. Works with any language or framework.
Developer Experience
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
Start with 10 free analyses. Buy credit packs when you need more. No subscriptions, no surprises.
Try the API instantly
10 free analyses
Credits never expire. Need a custom volume? Talk to us