We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce609de commit 58eeedaCopy full SHA for 58eeeda
src/content/docs/browser-rendering/rest-api/pdf-endpoint.mdx
@@ -89,6 +89,10 @@ curl -X POST https://api.cloudflare.com/client/v4/accounts/<acccountID>/browser-
89
--output "invoice.pdf"
90
```
91
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
+
96
## Advanced usage
97
98
:::note[Looking for more parameters?]
0 commit comments