GET /v1/doctor

doctor

The starting point for discatch. Everything you or your AI assistant needs to sign up and make a first call, in one place.

discatchnot authenticated
Catch discourse online.
next_action: POST /v1/keys/trial, then run the search example.
npx discatch doctor
start_here
Every way to connect, in one place.
get_a_key
No email and no credit card needed.
trial
POST /v1/keys/trial (no email, no card, limited daily usage)
claim
POST /v1/keys/claim (attach an email, keep your key, raise your limits)
oauth
planned, phase 3: https://mcp.discatch.com/.well-known/oauth-protected-resource
prices_today
Prices start here. You see the exact cost before anything runs.
search_from_usd
$0.0020
capture_from_usd
$0.0020
result_from_usd
$0.0005
alert_from_usd
$0.0010
classify_from_usd
$0.0010
sources_now
WWWWebNWSNewsHNHacker NewsDCDiscourseSOStack OverflowGHGitHub
try
Two calls you can try before you have a key.

quote

curl -X POST https://api.discatch.com/v1/quote -d '{"query":"your product"}'

search

curl -X POST https://api.discatch.com/v1/search -H 'Authorization: Bearer <key>' -d '{"query":"your product","since":"7d"}'

Last reviewed by , founder, dcouple. Shape from docs/onboarding.md and apps/api.