E-line Analysis

Analyze the E-line (Esthetic line) from a profile photo.

Profile (Side) Photo Requirements

  • Resolution: Minimum 1000 x 1000 pixels
  • Background: Solid white or black
  • Orientation: Full side profile (90° rotation from frontal view)
  • Expression: Lips relaxed with teeth lightly together
  • Accessories: No glasses, no facial obstructions
  • Subject: Only one person per photo
  • Posture: Upright (not lying down)
  • File format: JPG or PNG, max 5MB

❌ Common Errors

  • Background is cluttered, colorful, or patterned
  • Face not fully turned to the side
  • Wearing glasses or obstructive accessories
  • Presence of beard or facial hair
  • Blurry or low-resolution
  • Shot taken from too far (small face in frame)
  • Subject lying down

Acceptable/Unacceptable Image Example: Sample Image

Return Format (after polling)

The API will return an object containing the following:

  • img_url: The URL of the processed image with E-line visualization.
  • eline: An object containing the key points for E-line analysis.
    • pg_point: The coordinates [x, y] of the Pogonion point (most prominent point of the chin).
    • prn_point: The coordinates [x, y] of the Pronasale point (most prominent point of the nose tip).
Image Example for E-line Visualization: Sample Points Image
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
Defaults to https://firebasestorage.googleapis.com/v0/b/backend-server-333005.appspot.com/o/dev%2FDemo_case3.png?alt=media&token=7ca2034c-a408-4f94-808e-07387ce94d41

URL of a profile (side) facial image. Takes priority over image_base64 if both are provided. If you want to try your image instead of the default one, you should first upload the image to somewhere (eg. https://www.atatus.com/tools/image-to-url) to get the url.

string

Base64-encoded image data. Supports both raw base64 string and data URI format (e.g., 'data:image/jpeg;base64,...'). Use this as an alternative to image_url. Ignored if image_url is also provided.

Responses

400

Bad request.

401

Unauthorized.

500

Internal server error.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json