Skip to Content

SignedMediaApi

All URIs are relative to https://business.apis.kesk.app/v1 

MethodHTTP requestDescription
appDownloadGET /media/download/{id}Download authorized media file

appDownload

File appDownload(id, authkey)

Download authorized media file

Retrieves a media file from cloud storage after verifying the user has permission to access it. Returns the file as binary data with appropriate content type headers.

Parameters

NameTypeDescriptionNotes
idLongUnique identifier of the media file to download[default to null]
authkeyStringOptional authorization key for additional security verification[optional] [default to null]

Return type

File

Authorization

JwtAuthScheme

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/octet-stream, application/json; charset=utf-8