SculleryScore
Rank and filter recipes by the one cost every other recipe API ignores: how many dishes you have to wash afterward. SculleryScore reads a recipe — from a URL, raw instructions, or an equipment list — and returns a cleanupScore from 0–100 (higher = less mess), a breakdown of every vessel dirtied, per-item scrub difficulty and dishwasher-safety, an estimated cleanup time, and a plain-English…
SculleryScore endpoints
| Method | Endpoint | Description |
|---|---|---|
| Scoring | ||
| POST |
rankRecipes /v1/rank |
Scores each recipe and returns them sorted by cleanupScore (cleanest first), annotated with a 1-based `rank`. Maximum 25 recipes per call. |
| POST |
scoreRecipe /v1/score |
Provide exactly one input mode: `recipeUrl`, `instructions`, or `equipment`. `ingredients` and `title` are optional. Returns a cleanupScore (0-100), a vessel breakdown, per-item… |
| System | ||
| GET |
health /health |
|
SculleryScore pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $25 / month | 10 / second |
|
| ULTRA | $99 / month | 10 / second |
|
| MEGA | $300 / month | 20 / second |
|