Skip to main content

Sheet

GET /sheet

Get actor sheet as screenshot image

Captures the rendered actor sheet and returns it as a PNG or JPEG image. Works on both Foundry v12 and v13+.

Parameters

NameTypeRequiredSourceDescription
uuidstringqueryThe UUID of the entity to screenshot
selectedbooleanqueryWhether to screenshot the selected entity's sheet
actorbooleanqueryWhether to use the selected token's actor if selected is true
clientIdstringqueryClient ID for the Foundry world
formatstringqueryImage format: png or jpeg (default: png)
qualitynumberqueryImage quality 0-1 for JPEG (default: 0.9)
scalenumberqueryCapture scale factor (default: 1)
userIdstringqueryFoundry user ID or username to scope permissions (omit for GM-level access)

Returns

binary - The sheet screenshot as an image

Try It Out