Authorizations
使用以下格式进行身份验证:Bearer <your api key>
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"