---
title: "Evidence Finder"
method: POST
path: "/evidence-finder"
tags: ["Intelligence"]
---

# Evidence Finder

`POST /evidence-finder`

Search for evidence related to a claim from multiple angles. Returns AI-analyzed, credibility-scored sources categorized by type, each with a stance indicating whether the source supports, contradicts, or is neutral toward the claim.

## Request body

- object
  - `claim` string, required — The claim or topic to find evidence for.
  - `limit` integer

## Response `200`

OK

- object
  - `claim` string
  - `results` object[]
    - `summary` string
    - `source` string
    - `type` 'DATA' | 'EXPERT' | 'NEWS' | 'FACT_CHECK'
    - `credibility` number
    - `stance` 'SUPPORTS' | 'CONTRADICTS' | 'NEUTRAL'
  - `meta` object
    - `total` integer
    - `executionTimeMs` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.dev/factagora/apis/factagora-api.md) · [All operations](https://skmtc.dev/factagora/apis/factagora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/factagora/factagora-api/revisions/7329f0181291/schema)
