action browshot_host_screenshot { label: "Host thumbnails on your own S3 account or on Browshot." description: "You can host screenshots and thumbnails on your own S3 account or on Browshot." provider: browshot method: GET path: "/screenshot/host" encoding: json input: { type: "object" properties: { bucket: { type: "string" } file: { type: "string" } headers: { type: "string" } height: { type: "string" } hosting: { type: "string" } id: { type: "string" } scale: { type: "string" } width: { type: "string" } } required: ["hosting", "id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }