Skip to main content
ParseX API

错误码

查看 ParseX API 的错误响应格式、HTTP 状态码、错误消息与处理含义。

当请求失败时,API 返回请求 ID、错误码和错误消息。

错误响应结构

string
请求 ID,可用于定位失败请求。
string
错误码。
string
错误消息。
错误响应示例
{
  "request_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "code": "NotExistBizId",
  "message": "The bizId not exist."
}

常见错误码

codeHTTPmessage说明
NotExistBizId400The bizId not exist.biz ID 不存在
ResultNotReady409Retrieve result if job is not completed.任务未完成,结果尚未就绪

参数错误

codeHTTPmessage说明
FileDownloadFailed400File download failed.文件下载失败,不可重试
FileDownloadTimeout400File download timed out.文件下载超时,可重试
FileFormatNotSupported400Unsupported file formats不支持的文件格式
FileSizeExceeded400File size exceeds limit文件大小超过限制
InvalidFileUrl400URL is invalid or inaccessibleURL 不合法或不可访问
ParseResultExpired400The ParseResult has exceeded the 30-day retention period.解析结果已过期,超过 30 天保留期
PageCountExceeded400The page count exceeds the limit.页数超过限制
PageRangeInvalid400The page range is invalid.页码范围无效

任务错误

codeHTTPmessage说明
ProcessingFailed500An internal error occurred in the processing engine.处理引擎内部错误
ProcessingTimeout500The processing timed out.处理超时
BatchProcessingFailed500The batch processing failed.批量处理失败
CustomerOssWriteFailed500Failed to write to the customer OSS.写入客户 OSS 失败
InternalError500An internal error has occurred, please try again later.内部错误

抽取错误

codeHTTPmessage说明
ParseResultNotReusable400The ParseResult is not reusable because the input is audio/video or the type does not match.解析结果不可复用
UnsupportedFileType400Extract does not support audio/video input.抽取不支持音视频输入
InvalidSchema400The schema format is invalid.Schema 格式无效

其他错误

codeHTTPmessage说明
AccountOverdue403Service suspended due to unpaid fees欠费停服
ServiceQuotaExhausted503The service quota is exhausted.服务配额耗尽

处理建议

任务结果尚未就绪

收到 ResultNotReady 时,任务尚未完成。继续使用原 biz_id 调用对应的结果端点。

文件下载失败

FileDownloadFailed 标记为不可重试;请先修复文件 URL 或访问条件。FileDownloadTimeout 标记为可重试。

抽取任务无法复用解析结果

检查解析结果是否超过 7 天保留期,以及输入是否为抽取不支持的音视频或不匹配类型。
返回到API 概览查看异步调用流程。
Managed Agent API
  • API 总览与认证
Sandbox API
Token Plan API
Security API
记忆库 API
Flow Agent API
RAG API
Connector API
ParseX API
框架集成
  • 框架
Assistant API(下线中)
  • 概览