Product Use Cases Age Decoder Recall Checker Docs Pricing Join the Waitlist
← All features Live

Appliance Photos API

Pass a brand and model number, get back a confidence-scored, stable image URL. Every photo is human-reviewed before entering production. Embed in dispatch tickets, claim forms, customer portals, or product cards.

GET /api/v1/images

What it does

Verified, human-reviewed appliance product photos returned by model number. Embed anywhere.

Live Example

Real appliance images from our database. Click any model to see the API response.

Try these models

GET /api/v1/images?brand=Samsung&model=WF45T6000AW
HIGH confidence · <50ms cached
{
  "found": true,
  "brand": "Samsung",
  "model": "WF45T6000AW",
  "imageUrl": "...",
  "confidence": "HIGH"
}

Example Request

GET GET /api/v1/images
Authorization: Bearer YOUR_API_KEY

How it works

  1. Your system sends a brand and model number to the API
  2. ApplianceAPI returns a verified product photo with confidence score
  3. Your application displays the image in tickets, reports, or customer-facing UI
  4. If no photo exists, the model is automatically queued for enrichment

Example response

{
  "success": true,
  "found": true,
  "data": {
    "brand": "Whirlpool",
    "model": "WRS325SDHZ",
    "imageUrl": "https://cdn.applianceapi.com/img/...",
    "confidence": "HIGH",
    "confidenceLabel": "HIGH_CONFIDENCE"
  },
  "model_verifier": {
    "status": "accepted",
    "confidence": 92
  }
}

Why it matters

  • Technicians see what they are working on before arriving
  • Claim forms include verified product photos, not random web images
  • Customer portals display consistent, professional appliance imagery
  • Parts sellers show the exact appliance alongside compatible parts
  • Property managers build visual appliance inventories per unit

Who uses it

  • Repair dispatch software
  • Parts sellers
  • Warranty claim forms
  • Property management inventory

Current availability

The Appliance Photos API is live and serving production traffic. Coverage includes 10,000+ indexed models across 50+ brands, with new models added daily through automated and manual enrichment.

Start using this feature

Join the waitlist for API access. Launching Spring 2026.

Join the Waitlist View all features