Convert a web page to PDF by URL
| Param | Type | Description |
|---|---|---|
| url | string | Web page URL to convert |
| page_size | string | Output page size (e.g., “A4”, “Letter”) |
Single input URL
"https://example.com/video.mp4"
[
{
"type": "transcode",
"params": { "format": "mp4", "codec": "h264" }
}
]URL to receive job completion notification
File size hint in bytes (for plan limit validation)