Light Logo
JavaScript SDK (v0.48.0)Reference

FileUrls

Generated file urls.

Interface: FileUrls

Generated file urls.

Properties

download_url

download_url: string

The url to download the file.


upload_url

upload_url: string

The url to use to upload the file. The file should be uploaded using a PUT request to this URL. The Content-Length and Content-type headers are required and should match the size and MIME type of the file being uploaded.