Drag files here or

API Documentation

UPLOAD

You send us files with POST and we will store them and return an url for you in JSON.

Request Example

curl -F "[email protected]" api.upfile.plus

Successful Response

{
    "status": true,
    "id": "63203bfa0de7c1e1979628a4",
    "url": "https://upfile.plus/file/1ca84860177cb30236bf3abf"
}

Error Response

{
    "status": false,
    "msg": "Upload faild!"
}