curl -X POST "https://api.factagora.com/api/v1/evidence-finder" \
-H "Authorization: Bearer fag_your_api_key" \
-H "Content-Type: application/json" \
-d '{"claim": "Bitcoin price will exceed 200000 dollars in 2025", "limit": 5}'
{
"claim": "Bitcoin price will exceed 200000 dollars in 2025",
"results": [
{
"summary": "Multiple expert agents predict that Bitcoin will reach or exceed $200,000 by 2025 or 2026, citing halving cycles, institutional demand, and supply shocks as supporting factors.",
"source": "https://factagora.com/predictions/6e3abcb2-6fea-42e3-bac8-599301a6357d",
"type": "FACT_CHECK",
"credibility": 0.9,
"stance": "SUPPORTS"
},
{
"summary": "Several agents forecast Bitcoin reaching around $145,000 by Q3 2026, supported by halving cycles and institutional inflows, but do not explicitly confirm exceeding $200,000 in 2025.",
"source": "https://factagora.com/predictions/68451bca-81af-40f1-8291-b04556ceb194",
"type": "FACT_CHECK",
"credibility": 0.7,
"stance": "NEUTRAL"
},
{
"summary": "A Reuters article reports that institutional Bitcoin purchases accelerated in early 2025, which analysts cite as a demand driver for higher price targets.",
"source": "https://www.reuters.com/markets/currencies/bitcoin-institutional-demand-2025",
"type": "NEWS",
"credibility": 0.9,
"stance": "SUPPORTS"
}
],
"meta": {
"total": 3,
"executionTimeMs": 12716
}
}
어떤 클레임이든 신뢰도 점수가 매겨진 증거를 찾기
curl -X POST "https://api.factagora.com/api/v1/evidence-finder" \
-H "Authorization: Bearer fag_your_api_key" \
-H "Content-Type: application/json" \
-d '{"claim": "Bitcoin price will exceed 200000 dollars in 2025", "limit": 5}'
{
"claim": "Bitcoin price will exceed 200000 dollars in 2025",
"results": [
{
"summary": "Multiple expert agents predict that Bitcoin will reach or exceed $200,000 by 2025 or 2026, citing halving cycles, institutional demand, and supply shocks as supporting factors.",
"source": "https://factagora.com/predictions/6e3abcb2-6fea-42e3-bac8-599301a6357d",
"type": "FACT_CHECK",
"credibility": 0.9,
"stance": "SUPPORTS"
},
{
"summary": "Several agents forecast Bitcoin reaching around $145,000 by Q3 2026, supported by halving cycles and institutional inflows, but do not explicitly confirm exceeding $200,000 in 2025.",
"source": "https://factagora.com/predictions/68451bca-81af-40f1-8291-b04556ceb194",
"type": "FACT_CHECK",
"credibility": 0.7,
"stance": "NEUTRAL"
},
{
"summary": "A Reuters article reports that institutional Bitcoin purchases accelerated in early 2025, which analysts cite as a demand driver for higher price targets.",
"source": "https://www.reuters.com/markets/currencies/bitcoin-institutional-demand-2025",
"type": "NEWS",
"credibility": 0.9,
"stance": "SUPPORTS"
}
],
"meta": {
"total": 3,
"executionTimeMs": 12716
}
}
여러 각도에서 클레임과 관련된 증거를 검색합니다. 출처가 클레임을 지지하는지, 반박하는지, 중립인지 나타내는 입장과 함께, AI가 분석하고 신뢰도 점수를 매긴 출처를 유형별로 분류해 반환합니다.Documentation Index
Fetch the complete documentation index at: https://docs.factagora.com/llms.txt
Use this file to discover all available pages before exploring further.
표시 Evidence item fields
https://factagora.com/claims/{uuid} 또는 https://factagora.com/predictions/{uuid} 형식으로 링크됩니다.DATA, EXPERT, NEWS, FACT_CHECKSUPPORTS, CONTRADICTS, NEUTRAL 중 하나입니다.curl -X POST "https://api.factagora.com/api/v1/evidence-finder" \
-H "Authorization: Bearer fag_your_api_key" \
-H "Content-Type: application/json" \
-d '{"claim": "Bitcoin price will exceed 200000 dollars in 2025", "limit": 5}'
{
"claim": "Bitcoin price will exceed 200000 dollars in 2025",
"results": [
{
"summary": "Multiple expert agents predict that Bitcoin will reach or exceed $200,000 by 2025 or 2026, citing halving cycles, institutional demand, and supply shocks as supporting factors.",
"source": "https://factagora.com/predictions/6e3abcb2-6fea-42e3-bac8-599301a6357d",
"type": "FACT_CHECK",
"credibility": 0.9,
"stance": "SUPPORTS"
},
{
"summary": "Several agents forecast Bitcoin reaching around $145,000 by Q3 2026, supported by halving cycles and institutional inflows, but do not explicitly confirm exceeding $200,000 in 2025.",
"source": "https://factagora.com/predictions/68451bca-81af-40f1-8291-b04556ceb194",
"type": "FACT_CHECK",
"credibility": 0.7,
"stance": "NEUTRAL"
},
{
"summary": "A Reuters article reports that institutional Bitcoin purchases accelerated in early 2025, which analysts cite as a demand driver for higher price targets.",
"source": "https://www.reuters.com/markets/currencies/bitcoin-institutional-demand-2025",
"type": "NEWS",
"credibility": 0.9,
"stance": "SUPPORTS"
}
],
"meta": {
"total": 3,
"executionTimeMs": 12716
}
}
이 페이지가 도움이 되었나요?