Skip to content

Download file

GET
/api/v1/files/{collection}/{record}/{file}
curl --request GET \
--url https://example.com/api/v1/files/example/example/example

Downloads a file from a record with optional thumbnail generation

collection
required
string
record
required
string
file
required
string
thumb
string

File download

Media type application/octet-stream
string format: binary

Bad Request

Not Found

Internal Server Error