You send us files with POST and we will store them and return an url for you in JSON.
curl -F "[email protected]" api.upfile.plus
{
"status": true,
"id": "63203bfa0de7c1e1979628a4",
"url": "https://upfile.plus/file/1ca84860177cb30236bf3abf"
}
{
"status": false,
"msg": "Upload faild!"
}