Skip to content

Commit 58eeeda

Browse files
authored
Update pdf-endpoint.mdx
add note about max pdf size
1 parent ce609de commit 58eeeda

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/browser-rendering/rest-api/pdf-endpoint.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ curl -X POST https://api.cloudflare.com/client/v4/accounts/<acccountID>/browser-
8989
--output "invoice.pdf"
9090
```
9191

92+
:::note[Request size limits]
93+
The PDF endpoint accepts request bodies up to 50 MB. Requests larger than this will fail with `???`.
94+
:::
95+
9296
## Advanced usage
9397

9498
:::note[Looking for more parameters?]

0 commit comments

Comments
 (0)