Skip to main content
POST
为信息请求上传文件

授权

Authorization
string
header
必填

会话 JWT(来自注册/登录)或 API key(pk_...)。 也接受 X-API-Key: <token> 作为替代请求头。

路径参数

reviewID
string
必填

查询参数

name
string
必填

Original filename (max 200 chars, no path separators).

请求体

The body is of type file.

响应

File uploaded; the review moved back to in_review.

最后修改于 2026年8月22日