All solutions
Medicine & Healthcare

Medical & Healthcare 3D Visualisation

3D head from photos at scale – full automation for digital consultation pipelines and custom facial accessories.

Convert more patients by visualising their treatment outcome before they commit.

A cloud REST API that turns standard photos into a high-fidelity, morphable, topology-consistent 3D head mesh – ready to embed in your patient visualisation workflow.

Loading preview...

What you get

Input

  • 3 photos recommended minimum (front + 45° angles)
  • Up to ~7 photos for full 360° coverage
  • Any camera: smartphone, mirrorless, DSLR, clinical photography setup
  • No additional hardware, no calibration, no depth sensor

Output

  • Watertight 3D head mesh – customisable topology to match your rigging pipeline
  • Realistic texture – projected and blended from source photos, with automatic colour correction
  • Export formats: OBJ/FBX/GLB/STL/PLY

Delivery

  • REST API with usage-based (credit) billing
  • Scalable cloud compute – no per-server provisioning
  • Secure processing – images are not used for model training

Medical application areas

The same reconstruction powers consultation previews, treatment planning and patient-specific physical accessories.

Cosmetic & Plastic Surgery Simulation

Rhinoplasty, facelift, chin augmentation, brow lift, facial contouring preview

Hair Transplant Planning & Visualisation

360° scalp visualisation from patient selfies

Orthodontics & Dental Facial Analysis

Orthodontic treatment planning and orthognathic surgery consultation

Dermatology & Skin Treatment Mapping

Mapping lesions, tracking treatment progress, and simulating filler or neurotoxin outcomes

3D Face Mold

Patient-specific head model for 3D printing or accessory fitting: radiotherapy mask, helmets, respirators, glasses, piercing, etc.

Radiotherapy Mask

Immobilisation mask fitting for radiotherapy and patient-specific face-shield fabrication without CT and heat moulding

KeenTools gives you the geometry. What you build on top of it is yours.

Why developers choose KeenTools over the alternatives

This is a game-changing technology for hair transplant clinics and patients. By integrating KeenTools' photo-to-3D head API into the Force HT platform, we are further enhancing our technology stack and radically improving the treatment pathway, making online consultations easier and more accessible for patients.
— Pär Gustavsson, CEO of Force HT

How it works

KeenTools Cloud API runs photogrammetric reconstruction entirely server-side. You POST uncalibrated photos – taken on any smartphone or clinical camera – and receive back a watertight, riggable 3D head mesh with a consistent vertex topology and projected texture. No depth sensors, no proprietary hardware, no manual pin-dragging: just photos in, geometry out.

# 1. Open a session. Returns an avatar id and photo upload URLs
curl -X POST https://api.keentools.io/v1/avatar/init \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "image_count": 5 }'

# 2. Upload each photo to its pre-signed URL
curl -X PUT "$UPLOAD_URL" \
  -H "Content-Type: image/jpeg" \
  --data-binary @photo-1.jpg

# 3. Start reconstruction on the session (billed once per head)
curl -X POST https://api.keentools.io/v1/avatar/$AVATAR_ID/process \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "focal_length_type": { "focal_length_type": "estimate_common" } }'

# 4. Poll until "status": "completed" (free)
curl -X GET https://api.keentools.io/v1/avatar/$AVATAR_ID/get-status \
  -H "Authorization: Bearer $API_KEY"

# 5. Download OBJ + texture as a ZIP.
#    BILLABLE: every download call is charged, even repeats with identical parameters.
curl -L -X GET "https://api.keentools.io/v1/avatar/$AVATAR_ID/get-3d-model?mesh_format=obj&texture=jpg" \
  -H "Authorization: Bearer $API_KEY" \
  -o head.zip

# 6. Parameters, formats, pricing and the full API reference: https://cloud.keentools.io/docs

Start building with patient photos

No hardware. No subscription. Start with a free credit allocation. Questions about patient image data or integration architecture? Reach the team directly.