Skip to main content
GET
/
v1
/
entities
/
{entityTypeName}
/
{entityId}
/
files
/
{fileId}
/
download
Get a Download URL
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>"
}

Authorizations

Authorization
string
header
required

Bearer token

X-Account-ID
string
header
required

Account ID

Path Parameters

entityTypeName
string
required

Entity type name

entityId
string<uuid>
required

Entity ID

fileId
string<uuid>
required

File ID

Response

Default Response

presignedDownloadUrl
string<uri>
required

Presigned URL for downloading file from S3