https://imageproxy.zhongzhuan.chat/api/uploadPOSTmultipart/form-data| Parameter | Type | Required | Description |
|---|---|---|---|
| file | File | Yes | The image file to upload |
200 OK| Field | Type | Description |
|---|---|---|
| url | String | The accessible URL of the image after a successful upload |
| created | Number | Creation timestamp (milliseconds) |
{
"url": "https://imageproxy.zhongzhuan.chat/api/proxy/image/2316ce07a01000cf14a628c8b29e97a8",
"created": 1757403998946
}| Status Code | Description |
|---|---|
| 400 | Invalid 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
}