Skip to main content

📁 Storage

Upload File#

Authentication: auth#

Method: POST#

{{baseurl}}/pendidikan/storage

Headers#

KeyValue
Content-Typemultipart/form-data
Acceptapplication/json

Body: formdata#

ParamvalueTypeDescription
file{{ local_file }}file
Success Response
{    "error": false,    "message": "Please save your file url. This url will not be stored in our database.",    "data": {        "url": "http://edx-dev.moneyz.id/storage/pendidikan/339/files/1630410159_1751810.jpg"    }}