Kinabase Logo
Endpoints

Files

Base URL: https://app.kinabase.com/api/v1/


get

files/{id}

Downloads a file by id

Parameters

NameLocationTypeDescription
id *pathstringFile ID
download querybooleanDetermines if the file should be downloaded instead of opened in the browser
inline querybooleanServes the file bytes inline for embedded previews (images and PDFs up to a size cap)

Response

StatusDescriptionContent
200OK-
401Unauthorized
404Not Found