Skip to main content
POST
/
api
/
blueprints
/
upload
/
image
上传蓝图图片
curl --request POST \
  --url https://api.end.shallow.ink/api/blueprints/upload/image \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'

Authorizations

Authorization
string
header
required

Web 平台登录用户的 JWT Access Token

Body

multipart/form-data
file
file
required

图片文件

Response

200

上传成功,返回图片 URL