Creating a PDF version of a driver document is an asynchronous process. There are two steps:Documentation Index
Fetch the complete documentation index at: https://samsara-showcase.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Trigger PDF creation job
The following triggers the creation of a PDF version of the document with The response will contain the
documentId 1654973_1593713510968:id of the PDF job as well as the original documentId:Check job status and download PDF
Once you’ve triggered the PDF job, you can check its status and (if completed) download the PDF.You supply the The response will contain the
id of the PDF job from step 1 as a URL parameter to the GET request:jobStatus of the PDF job. This can be completed, requested, or processing. If the job is not completed, it is recommended that you wait 5 seconds and try again.Once the job has been completed, the downloadDocumentPdfUrl will provide a URL to the PDF document that expires after 7 days. If the URL has expired, you may request creation of the PDF again as described in step 1.