Skip to main content
GET
Returns a computed fingerprint characterizing the surface morphology from an SEM image. The response segments detected features into three categories (inliers, low outliers, and high outliers) based on the selected feature metric, each with an RLE-encoded mask and statistics.
string
required
The data entry UUID for the SEM image
string
default:"area"
Feature metric to use for fingerprinting (e.g., area)

Response

string
Data entry UUID
string
Processed data UUID
integer
Total number of detected features
object
Features classified as low outliers
object
Features classified as inliers (same structure as low_outliers)
object
Features classified as high outliers (same structure as low_outliers)