教育学习

教育学习

官方自营

【教育学习API】是一款专注于作业批改、试卷还原和算术题批改的教育工具。它能帮助孩子们了解自己的学习情况。同时,它还能够将试卷或练习册扫描后还原出标准答案,支持口算批改、英文拼写检测、中文文本智能纠错、英语口语测评和试卷还原。操作简单便捷,响应速度快,准确率高,满足家长们对孩子教育的各种需求。

已选规格
50.00
自购买起有效期 12 个月
专用资源包
支持通用资源包:充值通用资源包后可直接调用含本接口在内的全站付费接口,无需单独购买专用资源包去充值 ›
英语口语测评
接口地址
https://route.showapi.com/2741-7?appKey={your_appKey}查看密钥调用帮助
返回格式JSON
请求方式POST
请求参数
Header 参数
参数名称类型示例值必须描述
content-typeString
application/x-www-form-urlencoded
Post 表单
参数名称类型示例值必须描述
contextString
You will know the result when you add up all the numbers.
检测文本内容
voiceString
-
检测语音base64
modelString
1
1:小学
2:中学
3:大学
typeString
1
支持采样率16k,单通道,16bit
音频格式,1:mp3 2:wav
返回参数
该接口返回经 showapi_res_body 系统封装,业务数据均位于该对象内;系统级字段见
返回体
cURL
curl -X POST "https://route.showapi.com/2741-7?appKey=YOUR_APPKEY" \
  -H "content-type: application/x-www-form-urlencoded" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "context=You%20will%20know%20the%20result%20when%20you%20add%20up%20all%20the%20numbers.&voice=&model=1&type=1"
返回示例
JSON
{
  "showapi_res_id": "",
  "showapi_res_error": "",
  "showapi_res_code": 0,
  "showapi_res_body": {
    "ret_code": 0,
    "score": 0,
    "speed_grade": 1,
    "fluency_grade": 0,
    "integrity_grade": 0,
    "list": [
      {
        "word": "You",
        "score": -1,
        "stress": 0,
        "tone": 0,
        "linking": 0,
        "actual_stress": 0,
        "actual_tone": 0,
        "actual_linking": 0
      }
    ]
  }
}
MCP 服务集成接口级

在 Cherry Studio、ChatBox 等支持 MCP 的客户端中配置,将 {your_appKey} 替换为真实 AppKey(AppKey 管理)。该服务覆盖本接口全部接入点。

MCP JSON
{
  "mcpServers": {
    "showapi-mcp-2741": {
      "url": "http://www.showapi.com.cn/mcp/2741/{your_appKey}"
    }
  }
}
OpenAPI 文档接口级

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