验证你的文档
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
/custom/api/blog/fact/check
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://dev-cn.your-api-server.com/custom/api/blog/fact/check' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"claims": [],
"headline": "",
"language": "en"
}'
响应示例响应示例
{
"status": "Success",
"fact_check_results": [
{
"copies": "",
"relevant_links": [
{
"fact": "<Citated Fact>",
"link": "<url to source of fact>",
"score": "<Calculated score>"
},
{
"fact": "<Citated Fact>",
"link": "<url to source of fact>",
"score": "<Calculated score>"
}
]
}
],
"credits": "<Credits>"
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Authorization
string
必需
示例值:
Bearer <token>
Body 参数application/json