The clinical AI smile API

The smile simulation engine your platform deserves.

One REST call. One photo. A clinical-grade digital smile design preview — delivered in under 60 seconds. Built for developers, designed for dentistry.

Less than $0.5
per simulation. The lowest price in the market.
60s
average generation time, from photo to preview.
1 photo
no 3D scan, no scanner, no special hardware.
API v2.4 · How it works

A single request. A complete smile transformation.

From authentication to the final render — every step is logged, measured, and returned in under two seconds.

Live request stream
req_7f9k2p1
POST api.futurasmile.com/api/v1/generate
Receiving input
14:23:01.204
// multipart/form-datapayload: { image: "Before1.jpg" }origin: "studio.paris.dental"region: "eu-west-3"
Authenticating API key
14:23:01.248
lookup("fsk_live_••••xK92")// → plan: professional · rate_limit: 1000/min✓ approved · 44ms
Processing image input
14:23:01.412
resolution: 4096 × 2732 pxformat: image/jpeg · 2.4 MBface_detector: 1 face · confidence 0.98
Analyzing facial landmarks
14:23:01.876
landmarks: 68 points detectedlip_contour: isolated · 24 verticessmile_vector: computed · yaw -3° · pitch +1°
Matching smile library
14:23:02.211
// 847 templates · ranked by harmonybest_match: "ortho_alignment_natural_04"harmony_score: 0.973
Applying digital smile design
14:23:02.598
mask_region: "mouth_bounded"identity_preservation: enabled · 0.94teeth_geometry: constrained to lip_limitrender_engine: neural_diffusion_v3
Returning output
14:23:03.802
200 OK · Generated in 1.598s
cdn.futurasmile.com/r/7f9k2p1.png

Embed AI smile design into anything you build.

FuturaSmile is the first clinical AI engine purpose-built for digital smile design — delivered entirely through a REST API. Send us a base64-encoded face photo. We return a high-precision orthodontic simulation your users can present to patients in the same appointment.

No 3D models. No proprietary hardware. No machine learning expertise required on your end. Just a single POST request and a Bearer token.

Whether you're building a patient communication app, a clinic management platform, a treatment planning tool, or an imaging solution — FuturaSmile drops in as a single endpoint and makes your product dramatically more powerful overnight.

POST /api/v1/generateSimulation in one call
GET /api/v1/usageLive quota & billing metrics
429 Simple QuotasNo hidden fees, no surprise charges
const apiCall = async () => {
  const response = await fetch("https://api.futurasmile.com/api/v1/generate", {
    method: "POST",
    headers: {
      "Authorization": "Bearer fsk_your_api_key_here",
      "Content-Type": "application/json"
    },
    body: JSON.stringify({
      image: "data:image/png;base64,iVBORw0KGgoAAAAN..."
    })
  });

  const data = await response.json();

  if (data.success) {
    console.log("Generated Image:", data.image);
    console.log("MIME Type:", data.mimeType);
    console.log("Generations Remaining:", data.usage.generations_remaining);
  } else {
    console.error("API Error Code:", data.error.code);
    console.error("API Error Message:", data.error.message);
  }
};
Universal Compatibility

One API. Every Dental Platform.

Whether your software lives on a clinic desktop, a lab's laptop, or a patient's smartphone, our simulation API integrates natively into any environment.

Desktop Showcase
Laptop Showcase
Phone Showcase

Transparent pricing. Zero friction. Infinite scale.

Every plan includes full API access, usage tracking, and clearly defined monthly quotas. Once you hit your limit, simply upgrade your tier or wait for your billing cycle to reset.

Starter
$99/mo

Ideal for small platforms and testing.

  • 150 included generations per month
  • Standard API rate limits
  • Standard queue processing
  • Email support
Start building
Enterprise
Custom

For clinic networks, large SaaS platforms, and regulated healthcare products.

  • Custom generation volume
  • SLA-guaranteed throughput
  • Dedicated model clusters
  • HIPAA & clinical compliance
  • 24/7 dedicated account manager
Contact sales

All quotas are strictly enforced. Once your included monthly generations are exhausted, subsequent API requests will return a QUOTA_EXCEEDED code (HTTP 429). You can upgrade instantly to the Studio plan from your console dashboard to increase limits and restore access.

Your users' patients deserve to see their future smile.

Every dental platform that hasn't added smile simulation is leaving cases on the table. FuturaSmile gives you the clinical AI engine to change that — with one API key, one photo, and sixty seconds. The market is moving. Be the product that moves with it.

No credit card required to register. Full API access from day one. Cancel anytime.