GET
/
v4
/
files
/
{fileName}
curl --request GET \
  --url https://api.kadoa.com/v4/files/{fileName} \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Path Parameters

fileName
string
required

Name of the file to download

Response

200
application/octet-stream
File content

File content in its original format