File Download
Endpoints for downloading files
Download a file by its ID
Path parameters
file_idstringRequired
The ID of the file
Responses
200
File downloaded successfully
application/octet-stream
Responsestring · binary
404
File not found
application/json
get
GET /{file_id}/download HTTP/1.1
Host: fast-file.com
Accept: */*
curl -X GET "https://fast-file.com/abc123/download" \
-o downloaded_file.pdf