File

verifyCustomDownloadUrl

Verify a pre-signed custom download url for a file

post/v1/files/download:verify

Request body

custom_download_urlstring uri required

Custom external download url with signature and expiration time

Example request

{
  "custom_download_url": "https://some-api-url.com?file_id=123&expires_at=1699273500029&signature=abcdefg"
}

Response

Download Url matches signature and has not expired

validboolean

Changes