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

POST
/api/manufacturer/v1/part-revision/recognize
AuthorizationBearer <token>

In: header

Query Parameters

count?integer

Maximum number of results to return (1-100)

Formatint64
Range1 <= value <= 100
bodystring
Formatbyte

Response 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