Public
Retrieves public details of a file by its ID. No authentication required.
The ID of the file to read.
68679c0786ad78162a99d6afid_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYFile details retrieved successfully.
File not found.
Server error. An error occurred while processing the request.
GET /clients/v1/public/files/{file}/read HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
{
"data": {
"access": "private",
"id": "68679c0786ad78162a99d6af",
"is_encrypted": false,
"size": 797374
},
"message": "file read successfully",
"meta": {
"status": "success"
}
}Downloads a public file by its ID. No authentication required. For encrypted files, provide stream=false in query params and a Passphrase header. Optional password header can be used for password-protected files. An optional key query parameter can be provided as a temporary token for file access.
The ID of the file to download.
6853e14d78e8cc3e4c66fbSet to false to download encrypted files. Defaults to true for streaming public files. Required if Passphrase is provided.
falseOptional temporary token for downloading files.
abc123xyzPassphrase required to decrypt an encrypted file. Must be provided with stream=false for encrypted file downloads.
Test123!Optional password for password-protected files.
Password123!id_UGacp3OrGbGt78bpwzmhkB42cfhTL0US2dPMTbVb1Esk_1e9KhX0ZReeT6Avugl8cA2rBvKdD2z05LB9VrA4q3hYFile downloaded successfully. Returns the file content.
No content
Bad request. Missing required parameters (e.g., Passphrase with stream=false for encrypted files).
File not found.
Server error. An error occurred while processing the request.
GET /clients/v1/public/files/{file}/download HTTP/1.1
Host: uat.koneksi.co.kr
Client-ID: text
Client-Secret: text
Accept: */*
No content
Last updated