cURL
curl --request GET \ --url https://demands-api.tavrn.ai/v1/jobs/{packageId}/download \ --header 'Authorization: Bearer <token>'
{ "downloadUrl": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The package ID of the job.
Download URL for the demand letter PDF
Presigned S3 URL to download the demand letter in PDF format (valid for 1 hour).