> **平台**: 万维易源 (ShowAPI)
> **接入方式**: 统一 API 网关 (HTTPS POST/GET)
> **认证**: showapi_appid + showapi_sign
> **文档**: https://www.showapi.com/apiGateway/view/2561/14

---
title: "文本审核 | 百度云 | 语言与知识 | API 市场 | 万维易源"
canonical_url: "https://www.showapi.com/apiGateway/view/2561/14"
last_updated: "2026-08-16T16:48:43.469Z"
meta:
  description: "自动创作、辅助创作、多模态创作。 自动创作：可通过接入数据、配置专属写作模板，快速实现批量和自动生成文章的能力。原接口订购地址：https://cloud.baidu.com/product/textcensoring"
  keywords: showapi，万维易源，易源接口，api开放平台，开放api，api大全，api接口，接口中心，接口大全，开放平台，api，大数据，接口，API
  "og:description": "自动创作、辅助创作、多模态创作。 自动创作：可通过接入数据、配置专属写作模板，快速实现批量和自动生成文章的能力。原接口订购地址：https://cloud.baidu.com/product/textcensoring"
  "og:title": "文本审核 | 百度云 | 语言与知识  |  API 市场"
---

*

*

*

# **百度云-语言与知识**

**连接器**

需两次购买：①订购原厂商接口 ②免费接口，注册后直接调用；提供全面、领先的NLP基础模块能力，涵盖词、短语、句子等不同粒度的底层能力，您可将其应用于多种技术和业务方向。

**免费接口，注册即用，无需单独购买。 **

在线调试

**连接器服务**

免费接口，注册后直接调用

<dl>

<dt>原厂商</dt>
<dd>[百度智能云](https://cloud.baidu.com/)</dd>

<dt>转发服务商</dt>
<dd>昆明秀派科技有限公司</dd>

<dt>电话</dt>
<dd>400-998-8033</dd>

<dt>QQ</dt>
<dd>4009988033</dd>

<dt>邮箱</dt>
<dd>[service@showapi.com](mailto:service@showapi.com)</dd>

</dl>

<dl>

<dt>所属分类</dt>
<dd>IT技术</dd>

<dt>接入点</dt>
<dd>14 个</dd>

<dt>请求方式</dt>
<dd>POST</dd>

<dt>返回格式</dt>
<dd>JSON</dd>

</dl>

**文本审核**

接入点说明

```
自动创作、辅助创作、多模态创作。 自动创作：可通过接入数据、配置专属写作模板，快速实现批量和自动生成文章的能力。原接口订购地址：https://cloud.baidu.com/product/textcensoring
```

接口地址

https://connector.showapi.com/2561-14?appKey={your\_appKey} [查看密钥](https://www.showapi.com/console#/myApp) [调用帮助](https://www.showapi.com/helpcenter/view#/3960/1)

返回格式JSON

请求方式POST

**请求参数**

**Header 参数**

| |
|

| |
|

**Post 表单**

| |
|

| |
|
| |

**返回参数**查看公共返回参数

该接口返回经 `showapi_res_body` 系统封装，业务数据均位于该对象内；系统级字段见公共返回参数。

**返回体**

| |
|

| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |

**请求示例**

[查看我的 appKey](https://www.showapi.com/console#/myApp) [查看使用向导](https://www.showapi.com/helpcenter/view#/3960/1) [Python / Java 等多语言示例](https://www.showapi.com/apitest/market/2561/14)

cURL 复制

```
curl -X POST "https://connector.showapi.com/2561-14?appKey=YOUR_APPKEY" \
  -H "content-type: application/x-www-form-urlencoded" \
  -d "ds_id=&text=%E4%B8%8D%E8%A6%81%E4%BE%AE%E8%BE%B1%E4%BC%9F%E5%A4%A7%E7%9A%84%E4%B9%90%E4%BE%83"
```

**返回示例**

JSON 复制

```
{
  "showapi_res_error": "",
  "showapi_res_code": 0,
  "showapi_res_id": "602378ec8d57bad91f28d15c",
  "showapi_res_body": {
    "ret_code": 0,
    "data": [
      {
        "hits": [
          {
            "words": [
              "你大爷"
            ],
            "datasetName": "百度默认文本反作弊库",
            "probability": 1
          }
        ],
        "subType": 5,
        "conclusion": "不合规",
        "type": 12,
        "msg": "存在低俗辱骂不合规",
        "conclusionType": 2
      }
    ],
    "conclusion": "不合规",
    "conclusionType": 2,
    "log_id": 16129374524583936
  }
}
```

**MCP 服务集成**接口级

在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置，将 {your\_appKey} 替换为真实 AppKey（ [AppKey 管理](https://www.showapi.com/console#/myApp)）。该服务覆盖本接口全部接入点。

MCP JSON 复制

```
{
  "mcpServers": {
    "showapi-mcp-2561": {
      "url": "http://www.showapi.com.cn/mcp/2561/{your_appKey}"
    }
  }
}
```

**OpenAPI 文档**接口级

标准 OpenAPI 3.0 文档，覆盖本接口全部接入点，可导入 Apifox / Postman / Swagger UI，或供 AI Agent 直接消费。

[在线查看 YAML](https://www.showapi.com/openapi/market/2561.yaml) [下载 YAML](https://www.showapi.com/openapi/market/2561.yaml) [查看 JSON](https://www.showapi.com/openapi/market/2561.json)