ConsoleCatalog
Sign in
Consensus logo

Consensus

consensus.appResearchno auth

Scientific paper search with AI summaries, verdicts, and citation exploration.

Consensus Meter

ASYNCREADNo auth

Returns per-paper verdicts and aggregate consensus stats for a research question.

ParametersFormJSON

Search thread ID from a prior thread-create call

Interaction ID within the search thread

Research question used to compute consensus verdicts

cost: 2 credits · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_consensus_app_consensus_meter",
    "params": {
      "thread_id": "c7mDvU4WTriSctpUlx2nFw",
      "interaction_id": "JHptEqIaTe6vEqW3JQysEA",
      "research_question": "Does meditation reduce anxiety?"
    }
  }'