获取头条事实核查结果
GET
/topics/{id}/fact_check
获取指定头条的事实核查信息。
授权
ApiKeyAuth
API key authentication. Format: cp_{env}v1{random}_{checksum}. Example: cp_prod_v1_xxxxxxxxxx_xx
类型
API Key (header: CP-X-API-KEY)
参数
路径参数
id*
Topic ID
类型
必填integer
示例
88888查询参数
lang
Language code (determines which explanation field is returned)
类型
string
有效值
"en""ja""zh"示例
"en"默认
"en"响应
Successful response
application/json
JSON "code": 0, "message": "ok", "data": { "topic_id": 88888, "possibility": 0.95, "result": 0, "explanation": "This article covers major events in the technology industry...", "explanation_zh": "string", "explanation_ja": "string", "original_urls": [ [ "https://example.com/source/article-12345" ] ] }
{
}
