上传图片到图床

POST https://imageproxy.zhongzhuan.chat/api/upload

MethodPOST
Pathhttps://imageproxy.zhongzhuan.chat/api/upload
Typehttp
Status-2
Module2102810
Folder45008042

概览

MethodPOST
Pathhttps://imageproxy.zhongzhuan.chat/api/upload
Typehttp
Status-2
Module2102810
Folder45008042

请求体

{
  "type": "multipart/form-data",
  "parameters": [
    {
      "required": false,
      "description": "",
      "type": "file",
      "id": "kGD5GMhhHf",
      "enable": true,
      "name": "file",
      "schema": {
        "format": "binary",
        "type": "string"
      },
      "sampleValue": "file://C:\\Users\\Administrator\\Desktop\\场景2.png"
    }
  ],
  "required": false,
  "mediaType": "",
  "examples": [],
  "oasExtensions": ""
}

响应

[
  {
    "id": 779069171,
    "name": "成功",
    "code": 200,
    "contentType": "json",
    "jsonSchema": {
      "type": "object",
      "properties": {}
    },
    "itemSchema": {},
    "description": "",
    "mediaType": "",
    "headers": []
  }
]