Storage API
GET /storage
Reads a file from storage.
Parameters
Name | Location | Description | Schema |
---|---|---|---|
id | url | The key of the file. | long |
version | url | The version of the file. Optional. | long |
action | url | ‘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.