Create PDF asynchronously
Generate a PDF from one or more content sources in the background and store it in the specified cloud destination. Content can be provided as URLs to fetch, raw HTML strings, or a combination of both. This endpoint returns immediately with a success status while the rendering happens asynchronously. When rendering completes, the PDF will be uploaded to the specified destination, and an optional callback URL will be called.
Authorizations
Manage your API keys at https://vortexpdf.com/api-keys
Body
Render async options
Options for asynchronous PDF rendering, where the rendering happens in the background and the result is stored in the specified destination. Common options for configuring PDF rendering behavior, applicable to both synchronous and asynchronous rendering.
Response
Success
Standard success response