Skip to content

Get a file by ID

GET
/files/{id}
curl --request GET \
--url http://localhost:8000/api/v1/files/1 \
--header 'Authorization: Bearer <token>'
id
required
integer

ID of the file

File content

Media type application/octet-stream
string format: binary

Unauthorized access

File not found