Merge renders
Merges multiple renders into a single PDF.
A merge uses 1 API credit.
The merged PDF will be returned directly in the response and will not be stored in your account.
Parameters
ids array
REQUIRED
The render ids of the renders that will be merged.
Sample Request
Here’s a sample request to merge renders:
Response
The API returns the merged PDF file directly in the response body with the following headers:
- Content-Type:
application/pdf
- Content-Disposition:
attachment; filename="merged_renders.pdf"
The PDF file can be downloaded and saved directly from the response.
Note: Unlike other endpoints that return JSON, this endpoint streams the PDF binary data directly.