File Download

Endpoints for downloading files

Download a file

get

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
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