POST
/v1/convert/urlConvert URL to PDF
Render a live page by URL and return a base64-encoded PDF in the response. Ideal for invoices, dashboards, and authenticated web views that already exist as live web pages.
data_object
Parameters
urlstringbodyrequired
Fully-qualified http:// or https:// URL to render.
configobjectbody
Optional render configuration. Include page size, margins, print background, wait conditions, and metadata controls.
bolt
Common URL flow
- 1Generate the target URL for the document view.
- 2Wait for deterministic UI completion using
wait_for_selectororwait_for_expression. - 3Enable
print_backgroundfor dark or branded pages. - 4Store or stream the decoded PDF bytes from the response.