sameornot which records in your list are the same person?

Buy credits

Prepaid packs, one unit: 1 credit = 1 record (or 1 pairwise comparison). Credits land on your existing key — the one that came with 1,000 free. Payment goes through Stripe; we never see your card.

From code

curl -sS -X POST https://www.sameornot.com/v1/billing/checkout \
  -H "Authorization: Bearer $SAMEORNOT_KEY" \
  -H "Content-Type: application/json" \
  -d '{"pack": "starter"}'
# → {"url": "https://checkout.stripe.com/…"}  — open it to pay

No key yet? Get one free. Need an invoice, a bigger pack, or anything unusual — casey@sameornot.com.