https://imageproxy.zhongzhuan.chat/api/upload
POST
multipart/form-data
200 OK
Field Name | Type | Description |
---|---|---|
url | String | Image access link after successful upload |
created | Number | Create timestamp (milliseconds) |
{
"url": "https://imageproxy.zhongzhuan.chat/api/proxy/image/2316ce07a01000cf14a628c8b29e97a8",
"created": 1757403998946
}
Status Code | Description |
---|---|
400 | Error in request parameters (such as: file not provided) |
413 | The file is too large |
415 | Unsupported file formats |
500 | Internal server error |
{
"error": "File format is not supported",
"code": 415
}