cURL
curl --request GET \ --url https://api.us.lexful.app/v1/assets/{assetTypeName}/{assetId}/files/{fileId}/download \ --header 'Authorization: Bearer <token>' \ --header 'X-Account-ID: <api-key>'
{ "presignedDownloadUrl": "<string>" }
Get the download URL for a file
Bearer token
Account ID
Asset type name
Asset ID
File ID
Include soft-deleted (default: false)
Default Response
Presigned URL for downloading file from S3
Was this page helpful?