What is GPU Rendering?
GPU rendering leverages hardware acceleration to generate screenshots and PDFs more efficiently, especially for complex or animated content. This feature is ideal for:- Heavy web animations
- WebGL / 3D visualizations
- Video rendering previews
- Graphically rich UIs
Plan Requirement
GPU rendering is only available to users on the Scale plan.
gpu_rendering
will return the status 423 and an error:
How to Enable GPU Rendering
To activate GPU rendering, simply set thegpu_rendering
option to true in your API request.
Example (POST request)
gpu_rendering
flag is optional and defaults to false.