解析结果
工具 API
解析结果
异步获取文件解析任务的结果,支持返回纯文本或下载链接格式。见 文件解析服务
GET
解析结果
Authorizations
Path Parameters
文件解析任务ID
Example:
"task_123456789"
结果返回格式类型
Available options:
text, download_link Example:
"text"
Response
结果获取成功
任务处理状态
Available options:
processing, succeeded, failed Example:
"succeeded"
结果状态描述
Example:
"结果获取成功"
文件解析任务ID
Example:
"task_123456789"
当format_type=text时返回的解析文本内容
Example:
"这是解析后的文本内容..."
当format_type=download_link时返回的结果下载链接
Example:
"https://example.com/download/result.zip"