developers
A photo in. Structured skin data out.
The same engine that powers Mukod is available as a JSON API. Access is invite-only while we tune throughput — request a key and tell us what you are building.
request
POST https://api.mukod.com/v1/analyze
Authorization: Bearer <your key>
Content-Type: application/json
{
"image": "data:image/jpeg;base64,...",
"notes": "sensitive, uses retinoid twice weekly"
}response
{
"scan_id": "sc_8f21",
"skin_type": "Combination",
"skin_age": 27,
"scores": { "overall": 74, "glow": 68, "barrier": 81, "hydration": 63 },
"markers": [
{ "name": "Post-acne marks", "group": "Tone",
"severity": 38, "confidence": 82 }
],
"concerns": [
{ "title": "Dehydration at the cheeks",
"priority": "high" }
]
}Structured output
Every marker carries a group, a 0-100 severity and a confidence value, so you can drop weak reads.
One round trip
Analysis and routine composition come back together — no second call to build advice.
Versioned models
Pin a model version so your results stay stable, and upgrade when you are ready.
No image retention
By default we return the reading and keep nothing. Opt in per request if you need stored history.
Request an API key
Send us your use case and expected monthly volume and we will get back to you with a key and rate limits.
Email hello@mukod.com