cURL
curl --request GET \ --url https://api.us.lexful.app/v1/entities/{entityTypeName}/{entityId}/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
Entity type name
Entity ID
File ID
Default Response
Presigned URL for downloading file from S3
Was this page helpful?