WPS returns an automated pricing estimate for a domain — a value, a range, a confidence, a model version, a data date, material limitations, and a receipt. It is not a commissioned appraisal or financial advice. When a domain has no exact price, it returns keyword-related comparable sales instead.
Weckett Domain Pricing Pack — 50 query credits for $1.49 (1–10 packs per purchase). 1 credit per completed, in-coverage valuation. Called "query credits," never tokens.
A person or organization funds an account, then issues a scoped Bearer API key its machines use. After funding, ordinary queries need no browser or human step.
# 1. discover the contract
curl https://api.weckett.com/.well-known/wps.json
curl https://api.weckett.com/openapi.json
# 2. an unauthenticated call returns a machine-readable 402 with onboarding
curl "https://api.weckett.com/v1/valuation?domain=example.com"
# 3. after your operator funds an account + mints a key, query with the Bearer:
curl -H "Authorization: Bearer wk_live_..." \
-H "idempotency-key: " \
"https://api.weckett.com/v1/valuation?domain=example.com"
Send an idempotency-key so a retry never double-charges. Every result includes credits charged + balance after — prove what you bought without reading any dashboard.
| Resource | URL |
|---|---|
| Manifest | /.well-known/wps.json |
| OpenAPI 3.1 | /openapi.json |
| Discovery | /v1/discovery |
| Status | /v1/status |
402 payment_required (fund an account) · 401 invalid/revoked key · 403 scope insufficient · 402 insufficient_credits · 429 rate_limited · 503 queries_paused. Account existence, balances, and orders are never disclosed to unauthorized callers.
Automated estimates with stated confidence; coverage and human-vs-bot are probabilistic. Methodology + challenge path: weckett.com/methodology. Terms: weckett.com/legal.
Fund a WPS account — 50 query credits for $1.49 →