Sign in at the Scout dashboard and create a key under Settings → API keys. Keep it server-side — never embed it in browser, mobile, or other untrusted code.
Every endpoint accepts a JSON body over HTTPS. Pass your key as a Bearer
token in the Authorization header.
Responses are flat JSON. A search returns a list of results, each with the
citation URL, a title, an excerpt, and an optional publish_date. Top-level
fields include a search_id, a session_id (echoed or generated) and a
usage breakdown by SKU. The credits field reports the relative cost of
the call.
Pass advanced_settings.contents to fetch each result’s full text,
focused highlights and a per-result summary in a single request:
Rank the live web for a query.
Pull clean markdown from specific URLs.
Multi-step research with a citation basis - sync or async.
An OpenAI-compatible chat endpoint, web-grounded.
Enumerate entities matching a description.
Track a query on a schedule with webhooks.