AI Image Analyzer API (1.0.0)

Download OpenAPI specification:

This API accepts a base64-encoded image and returns extracted appliance details (e.g., brand, model number, serial number, appliance type).

Analyze an image to extract appliance details

Request Body schema: application/json
required
imageBase64
required
string <byte>

Base64-encoded image

Responses

Request samples

Content type
application/json
{
  • "imageBase64": "string"
}

Response samples

Content type
application/json
{
  • "brand": "Hotpoint",
  • "modelNumber": "WMFUG942P",
  • "serialNumber": "123456789",
  • "applianceType": "Washing Machine"
}