Skip to main content
GET
/
api
/
v1
/
files
/
{id}
Download a File
curl --request GET \
  --url https://api.example.com/api/v1/files/{id}
Returns the raw file content with the original Content-Type header.
curl -H "Authorization: Bearer $API_KEY" \
  http://localhost:8080/api/v1/files/V1StGXR8_Z5jdHi6B-myT \
  --output photo.png

Path Parameters

ParameterTypeDescription
idstringThe file ID returned from upload