Cloud destination
Configure where your asynchronously rendered PDFs are stored in the cloud
The destination
parameter specifies where your PDF will be stored when using asynchronous rendering.
Overview
When rendering PDFs asynchronously, the generated file needs to be stored somewhere. The destination
parameter allows you to configure cloud storage details for the rendered PDF.
Parameter Details
Configuration for where your PDF will be stored when using asynchronous rendering
Usage
Behavior
When you submit an asynchronous rendering request with a destination, the API will:
- Accept your request and return immediately with a success status
- Process the rendering in the background
- Upload the completed PDF to the specified cloud destination
- Notify you via webhook (if configured) when the process is complete
Use Cases
This parameter is particularly useful for:
- Large document generation: When rendering complex or large documents that may take time to process
- Background processing: When you want to initiate rendering without waiting for completion
- Direct cloud storage: When you want PDFs delivered directly to your cloud storage without intermediary steps
Related Parameters
The destination
parameter is often used together with the webhook
parameter, which allows you to receive a notification when the rendering is complete:
The webhook will receive a POST request with information about the completed rendering, including the status and location of the generated PDF.