Introduction
Welcome to the Face Shape Detector API. We provide developers with access to advanced computer vision models for facial analysis. Our API is RESTful, returns JSON-encoded responses, and uses standard HTTP response codes.
Base URL
https://api.faceshapedetector.tools/v1
Content-Type
application/json
Authentication
The API uses API keys to authenticate requests. You can view and manage your API keys in the Dashboard.
curl -X GET https://api.faceshapedetector.tools/v1/user \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
Detect Face Shape
Analyzes an uploaded image to categorize the user's face shape (Oval, Round, Square, Oblong, Heart, Diamond). It also provides a confidence score and bounding box coordinates.
Body Parameters
| Param | Type | Description |
|---|---|---|
| image_url | string | Public URL of the image. |
| image_base64 | string | Base64 encoded string (alternative). |
| return_landmarks | boolean | If true, returns 68-point landmarks. |
{
"status": "success",
"data": {
"shape": "Oval",
"confidence": 0.98,
"bbox": [102, 45, 300, 400]
}
}
Skin Health Analysis
Returns dermatological insights including skin tone (Fitzpatrick scale), undertone, acne severity score, and texture analysis.
API Plans
Hobby
For testing and personal projects.
- 100 Calls / month
- Face Shape Only
- 1 Req / sec
Startup
For growing apps and businesses.
- 10,000 Calls / month
- All 14 AI Engines
- Priority Support
Enterprise
High volume and SLA needs.
- Unlimited Calls
- Dedicated GPU
- SLA Guarantee