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.
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.
Example Request
GET GET /api/v1/images Authorization: Bearer YOUR_API_KEY
How it works
- Your system sends a brand and model number to the API
- ApplianceAPI returns a verified product photo with confidence score
- Your application displays the image in tickets, reports, or customer-facing UI
- 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.
Related features
Start using this feature
Join the waitlist for API access. Launching Spring 2026.