API v2.0

AI-Powered Image Processing
API for Partners

Integrate SmileGeni 2D into your application with a simple REST API. Enhance, transform, and process images with precision-grade AI in seconds. Images are never stored after processing.

Quick Start GuideView API ReferenceRequest API Key
๐Ÿ“„

Comprehensive Docs

Step-by-step guides, code samples in multiple languages, and full API reference.

๐Ÿงช

Interactive Portal

Test API calls in real-time with the browser-based SmileGeni portal at eu.api.smilegeni.ai.

๐Ÿ”’

Secure Processing

Dedicated servers per tenant. Images processed in real-time and never stored or retained.

Quick Integration

View all examples โ†’
1# Process image with SmileGeni 2D API
2curl -X POST \
3 "https://eu.api.smilegeni.ai/process_image" \
4 -H "Authorization: Bearer YOUR_API_KEY" \
5 -F "image=@photo.jpg" \
6 -F "AI-Strength=3" \
7 -F "enhancement=true" \
8 -F "whitening=true" \
9 --output result.jpg
๐Ÿ”ฌ

Image Enhancement

AI-powered face restoration with configurable AI-Strength (1โ€“10). Multi-iteration GFPGAN processing with sharpening.

POST /process_image
โœจ

Teeth Whitening

Precision whitening with adjustable strength, brightness boost, and yellow tone reduction parameters.

3 adjustable params
๐Ÿ“Š

Usage Analytics

Real-time metering dashboard, processing history (last 20 runs), and telemetry with timeframe selection.

Web Portal
๐Ÿ”—

Tenant Monitoring

Multi-tenant AWS CloudWatch integration with dedicated audit logs and performance dashboards.

CloudWatch

Processing Showcase

Three workflow modes in a single endpoint

Default Workflow

AI Face Enhancement

Multi-iteration restoration with configurable intensity. Natural-looking results in seconds.

10 AI levels
<30s
Combined Pipeline

Enhancement + Whitening

Full processing pipeline: face enhancement followed by precision teeth whitening in one call.

Single call
7 params
Standalone

Teeth Whitening Only

Fine-grained whitening with adjustable strength, brightness boost, and yellow reduction.

0.0โ€“1.0 range
3 controls

Guides

Quick Start Integration

5 min read

Authentication & API Keys

5 min read

Monitoring & Audit Logs

4 min read

Error Handling Patterns

8 min read