https://imageproxy.zhongzhuan.chat/api/uploadPOSTmultipart/form-data| Parameter name | Type | Required | Description |
|---|---|---|---|
| file | File | Yes | Image file to upload |
200 OK| Field name | Type | Description |
|---|---|---|
| url | String | Image access link after successful upload |
| created | Number | Creation timestamp (milliseconds) |
{
"url": "https://imageproxy.zhongzhuan.chat/api/proxy/image/2316ce07a01000cf14a628c8b29e97a8",
"created": 1757403998946
}| Status code | Description |
|---|---|
| 400 | Request parameter error (such as: file not provided) |
| 413 | File too large |
| 415 | Unsupported file format |
| 500 | Server internal error |
{
"error": "File format not supported",
"code": 415
}