On iPhone, take a screenshot of any listing and the Shortcut sends it here for a verdict — comes back as a notification with stars, offer, and scam-risk level. Assignable to Back Tap so the whole loop is screenshot → tap the back of your phone twice.
https://marketpaste.com/api/shortcut/appraiseAuthorization → Bearer YOUR_TOKEN (paste the token from above)Content-Type → application/jsonimage → Base64 Encoded (from step 3)mode → buy (or flip)verdict. Dictionary: Contents of URL.MarketPaste.The endpoint returns compact JSON you can wire into other Shortcut actions:
{
"dealId": "…", // uuid — matches the entry in your Deal Diary
"stars": 4, // 1-5
"title": "…", // item title from the appraisal
"verdict": "…", // one-line advice (already trimmed to 240 chars)
"voice": "…", // short voice-comment (matches ticket UI)
"fairOffer": 120, // buy-mode dollar offer (null for flip)
"netProfit": null, // flip-mode dollar spread (null for buy)
"scamLevel": "clear", // clear | caution | high
"unpriced": false // true when the listing had no asking price
}Rate limits + coin costs match the paste desk: 1 coin per BUY IT, 2 per FLIP IT. Successful appraisals save to your Deal Diary automatically. Failures don't charge.
Android? The share-target flow is your path — install the PWA (Chrome menu → Add to home screen) and MarketPaste appears in your share sheet. iOS Safari doesn't support PWA share targets, which is why this Shortcut path exists.