工具 API
文件解析(同步)
创建文件解析任务,支持多种文件格式和解析工具。见 文件解析服务。点击 Try it 按钮可快速试用。
post/paas/v4/files/parser/sync
Response
结果获取成功
Example response
{
"status": "succeeded",
"message": "结果获取成功",
"content": "这是解析后的文本内容...",
"task_id": "task_123456789",
"parsing_result_url": "https://example.com/download/result.zip"
}