← All features Beta

Appliance Photos API

Pass a brand and model number, get back a confidence-scored, stable image URL you can embed directly in your app, dispatch software, or parts catalog. Every photo is reviewed before it enters production.

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

Who uses it

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

Pricing

Each API call costs 1 lookup from your monthly quota. All plans include access to all live endpoints. View pricing →

Request Beta Access or View all features