Get media download URLAsk AIget https://api.safetyculture.io/media/v1/download/{id}Path ParamsidstringrequiredThe unique identifier for the media item.Query ParamstokenstringrequiredThe given token, unique for each media item, to grant access.download_as_attachment_namestringIndicates the object should be downloaded as an attachment and saved with the given name. At the least, the file name should contain a name plus a 3-letter file extension e.g. test.png, conditions.pdf, a.jpg.media_typestringenumDefaults to MEDIA_TYPE_NONE_UNSPECIFIEDThe media type associated with the download request. MEDIA_TYPE_IMAGE: An image file (GIF, JPG, PNG, WEBP). MEDIA_TYPE_VIDEO: A video file (MP4, MOV). MEDIA_TYPE_PDF: A PDF document. MEDIA_TYPE_DOCX: A Microsoft Word document (DOCX, DOC). MEDIA_TYPE_XLSX: A Microsoft Excel spreadsheet (XLSX, XLS). MEDIA_TYPE_NONE_UNSPECIFIEDMEDIA_TYPE_IMAGEMEDIA_TYPE_VIDEOMEDIA_TYPE_PDFMEDIA_TYPE_DOCXMEDIA_TYPE_XLSXAllowed:MEDIA_TYPE_NONE_UNSPECIFIEDMEDIA_TYPE_IMAGEMEDIA_TYPE_VIDEOMEDIA_TYPE_PDFMEDIA_TYPE_DOCXMEDIA_TYPE_XLSXResponses 200A successful response. defaultAn unexpected error response.Updated 5 months ago