Storage API

GET /storage

Reads a file from storage.

Parameters

NameLocationDescriptionSchema
idurlThe key of the file.long
versionurlThe version of the file. Optional.long
actionurl‘download’ to force download. ‘view’ otherwise.string

Response

The binary file.

cURL example

Request

:

curl --header "X-API-Key: <your_access_token>" \
  --url "https://example.kodall.app/storage?id=1"
  --output output.txt
Response

:

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13749  100 13749    0     0  94975      0 --:--:-- --:--:-- --:--:-- 95479

POST /storage

Add a file to storage.