Sign up Sign in Developer
Unfiltered answers

Unfiltered means direct, detailed, and honest — without marketing fluff. We try to separate evidence from interpretation, show tradeoffs, and keep the strongest counterpoint in view.

Depth by default

Explain the why, show the steps, and keep the context that typical search results flatten away.

Receipts and traceability

Call out what is evidence, what is interpretation, and link you back to the source material.

Settings you control

Tune appearance, AI summary, filters, and region from the gear menu — without losing the habit of one search bar.

Built for people who want the why — not just a link list.

Developer

Create API keys for programmatic access. Purchase access first, then generate keys below.

Billing & access

API access is sold as prepaid usage. The first 1000 calls per month per key are free; overage is metered via Stripe. Full details in the API reference. Interactive docs at /api/v1/docs.

Buy API access

Opens secure Stripe Checkout (card, Apple Pay, PayPal where enabled).

Command-line tool

Install abbieysearch-cli for the global abbiey binary: build deep-link URLs, ImgOps shortcuts, scripts with --json, shell completions, and abbiey doctor.

npm install -g abbieysearch-cli
# or once: npx abbieysearch-cli@latest doctor

Full usage: CLI documentation.

API keys

Sign in to create and manage secret keys.

Using your key

Send the key on each request:

Authorization: Bearer <your_secret_key>

Verify authentication:

curl -s -H "Authorization: Bearer YOUR_KEY" \
  https://www.abbieysearch.com/api/user/me

The same header works for account APIs such as GET /api/user/bookmarks, POST /api/user/bookmarks, GET /api/user/recent-searches, and POST /api/user/history. Invalid or revoked keys return 401.

Public JSON endpoints (no key required) are listed at /api/access-resources.