Skip to content

Get file

Thibault Marquand - Mediashare edited this page Jan 29, 2020 · 6 revisions

Get file informations

  • Public file curl localhost:8000/info/{id}
  • Private file curl -H "ApiKey: xxxxx" localhost:8000/info/{id}

Show file

  • Public file curl localhost:8000/show/{id}
  • Private file curl -H "ApiKey: xxxxx" localhost:8000/show/{id}

Download file

  • Public file curl localhost:8000/download/{id}
  • Private file curl -H "ApiKey: xxxxx" localhost:8000/dowload/{id}
Clone this wiki locally