v1

latestOpenAPI 3.0.1ZHIPU AI 开发者协议和政策2026-07-2649130210.9 KB
工具 API

文件解析

创建文件解析任务,支持多种文件格式和解析工具。见 文件解析服务。点击 Try it 按钮可快速试用。

post/paas/v4/files/parser/create

Response

任务创建成功

successboolean
messagestring
task_idstring

Example response

{
  "success": true,
  "message": "任务创建成功",
  "task_id": "task_123456789"
}