https://imageproxy.zhongzhuan.chat/api/uploadPOSTmultipart/form-data| Parameter Name | Type | Required | Description |
|---|---|---|---|
| file | File | Yes | The image file to be uploaded |
200 OK| Field Name | Type | Description |
|---|---|---|
| url | String | Access link of the uploaded image |
| created | Number | Creation timestamp (milliseconds) |
{
"url": "https://imageproxy.zhongzhuan.chat/api/proxy/image/2316ce07a01000cf14a628c8b29e97a8",
"created": 1757403998946
}| Status Code | Description |
|---|---|
| 400 | Bad request parameters (e.g., no file provided) |
| 413 | File too large |
| 415 | Unsupported file format |
| 500 | Internal server error |
{
"error": "Unsupported file format",
"code": 415
}