Create a PDF and directly return a document URL instead of the raw document. Optionally writes the document directly into your bucket, bypassing the need for our temporary storage.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Id of the queued job.
"5KqYNUjbxRJ-rKbIeGsXo"
Status of the job.
PENDING, RUNNING, FAILED, COMPLETED "PENDING"
URL to the generated file (will be null if storage.signedUrl is used). This url is valid for 1 hour, after that the file will be deleted from our storage.
Status of the signed url request if provided.
NOT_PROVIDED, no storage.preSignedUrl was provided.UPLOADED, storage.preSignedUrl was provided and file is uploaded.FAILED, storage.preSignedUrl was provided but the upload failed.