Download OpenAPI specification:
This API accepts a base64-encoded image and returns extracted appliance details (e.g., brand, model number, serial number, appliance type).
| imageBase64 required | string <byte> Base64-encoded image |
{- "imageBase64": "string"
}{- "brand": "Hotpoint",
- "modelNumber": "WMFUG942P",
- "serialNumber": "123456789",
- "applianceType": "Washing Machine"
}