Get topic fact check
GET
/topics/{id}/fact_check
Retrieve fact check information for a specific topic
認証
ApiKeyAuth
API key authentication. Format: cpt_{env}v1{random}_{checksum}. Example: cpt_prod_v1_xxxxxxxxxx_xx
型
API Key (header: X-CP-TERMINAL-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" ] ] }
{
}
