cURL
curl --request GET \ --url https://api.example.com/public/{token}/{file_uuid}
"<string>"
Downloads a file using a public access token (no authentication required)
Public access token
File UUID
OK
The response is of type file.
file