GET

/api/im/community/upload/{key}

Download attachment (public, local mode)

Serves the uploaded file with appropriate Content-Type and a 1y immutable Cache-Control.

curl -s "$BASE/api/im/community/upload/$KEY" -o download.bin

Parameters

FieldTypeReqDefaultDescription
keystringY

Try it out

Path Parameters
/api/im/community/upload/{key}
Sign in to use your API key
Request Body
Response
Click Execute to test