Get public temporary URL
GET https://topluluk.yetkim.org.tr/api/v1/user_uploads/{realm_id_str}/{filename}
Get a temporary URL for access to the file that doesn't require authentication.
Changes: New in Zulip 3.0 (feature level 1).
Usage examples
curl -sSX GET -G https://topluluk.yetkim.org.tr/api/v1/user_uploads/1/4e/m2A3MSqFnWRLUf9SaPzQ0Up_/zulip.txt \
    -u BOT_EMAIL_ADDRESS:BOT_API_KEY
 
 
 
Parameters
    realm_id_str integer required in path  
    
        Example: 1
    
    
    
 
    filename string required in path  
    
        Example: "4e/m2A3MSqFnWRLUf9SaPzQ0Up_/zulip.txt"
    
    
    
 
Response
Return values
Example response(s)
Changes: As of Zulip 7.0 (feature level 167), if any
parameters sent in the request are not supported by this
endpoint, a successful JSON response will include an
ignored_parameters_unsupported array.
A typical successful JSON response may look like:
{
    "msg": "",
    "result": "success",
    "url": "/user_uploads/temporary/322F32632F39765378464E4C63306D3961396F4970705A4D74424565432F7A756C69702E7478743A316A5053616A3A3938625F44393446466D37357254315F4F414C425A4553464F6A55"
}