Product Use Cases Age Decoder Recall Checker Docs Pricing Join the Waitlist
Pre-launch preview. ApplianceAPI is launching early access in Spring 2026. These docs show what the API will look like at launch.

API Documentation

Get up and running in minutes.

Quick Start

GET /api/v1/images?brand=Whirlpool&model=WRS325SDHZ
Authorization: Bearer YOUR_API_KEY

Response

{
  "found": true,
  "model": "WRS325SDHZ",
  "brand": "Whirlpool",
  "imageUrl": "https://cdn.applianceapi.com/images/whirlpool/WRS325SDHZ/primary.jpg",
  "thumbnailUrl": "https://cdn.applianceapi.com/images/whirlpool/WRS325SDHZ/thumb.jpg",
  "confidence": "HIGH",
  "cached": true
}

Authentication

Pass your API key as a Bearer token in the Authorization header. Keys follow the format aapi_live_...

Confidence Levels

Model Not Found

When a model isn't in our database, we return a 404 with queued: true. The model is automatically added to our enrichment queue — coverage grows over time.

{
  "found": false,
  "queued": true,
  "model": "WTW5000DW",
  "brand": "Whirlpool"
}
Want early access? Sign up to be notified when the API launches in Spring 2026.