工具 API

文件解析

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

post/paas/v4/files/parser/create

Response

任务创建成功

successboolean
messagestring
task_idstring

Example response

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

Changes

No recorded changes to this endpoint across all 1 revision of this API.