cURL
curl --request POST \ --url http://localhost:5300/api/v1/files/images \ --header 'Content-Type: multipart/form-data' \ --header 'X-API-Key: <api-key>' \ --form file='@example-file'
{ "code": 0, "data": { "file_key": "<string>" } }
上传图片文件,支持 jpg、jpeg、png、gif、webp 格式,大小限制 10MB。
图片文件
上传成功
0
Show child attributes