Skip to main content
GET
/
signature_request
/
files_as_file_url
/
{signature_request_id}
Download File as File URL
curl --request GET \
  --url https://api.luminpdf.com/v1/signature_request/files_as_file_url/{signature_request_id} \
  --header 'X-API-Key: <api-key>'
{
  "file_url": "<string>",
  "expires_at": 123
}

Documentation Index

Fetch the complete documentation index at: https://developers.luminpdf.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Provide your API key in the X-API-Key header, e.g., X-API-Key: YOUR_API_KEY.

Path Parameters

signature_request_id
string
required

ID of the Signature Request to get

Response

Expected response to a valid request

file_url
string

Signed HTTPS URL to download the document. Expires in 30 minutes.

expires_at
integer<unix-epoch>

Unix epoch timestamp in seconds when the signed URL expires.