Skip to main content

Download media file

GET 

/files/:mediaKey

Returns a pre-signed (temporary) URL to download a media file received in an inbound message.

Flow:

  1. Receive an inbound callback with mediaKey
  2. Call this endpoint with the received mediaKey
  3. From the response, use the url field to download the file

Request

Responses

Pre-signed URL for download