Skip to main content

Occlusogram Lower Segmentation

POST /occlusogram-lower-seg

Segments individual teeth in lower arch dental model images for precise occlusogram boundary detection.

Occlusogram

Image Type: Lower Dental Model Photograph | Tags: Segmentation Lower Arch Occlusogram

Request Parameters

ParameterTypeRequiredDescription
PatientIDstringUnique patient identifier
TimeStampstringAnalysis session timestamp
ImageNamestringFull URL to the image
DrawContoursbooleanDraw contour outlines on output

Example Request

curl -X POST \
https://api.annie-insights.com/api/v2/occlusogram-lower-seg \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{"PatientID":"P-001","TimeStamp":"2026-05-24","ImageName":"https://example.com/lower.jpg","DrawContours":true}'

Sample Response

{
"Version": "2024.1.0",
"Results": {
"i1_lft_lo": {"missing": false, "points": [[494,241],[494,301],"..."]},
"c_rgt_lo": {"missing": true, "points": [0,0]}
},
"OutputImageUrl": "https://annieapistorage.blob.core.windows.net/..."
}