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
Authorization
Phasio API Bearer Token AuthorizationBearer <token>
In: header
Query Parameters
count?integer
Maximum number of results to return (1-100)
Request Body
application/octet-stream
TypeScript Definitions
Use the request body type in TypeScript.
body*string
Response Body
application/json
curl -X POST "https://example.com/api/manufacturer/v1/part-revision/recognize?count=5" \ -H "Content-Type: application/octet-stream" \ -d 'string'"string"Empty
Empty