API DocumentationManufacturer part revision controller
Recognize a single part from a camera image
Analyses an image and returns the top-N most visually similar part revisions. This is a simpler, 'raw' alternative to the /detect-and-embed endpoint
AuthorizationBearer <token>
In: header
Query Parameters
count?integer
Maximum number of results to return (1-100)
Format
int64Range
1 <= value <= 100bodystring
Format
byteResponse Body
curl -X POST "http://m-api-dev.phas.io/api/manufacturer/v1/part-revision/recognize?count=5" \ -H "Content-Type: application/octet-stream" \ -d 'string'"string"Empty
Empty