action browshot_get_html {
label: "Get the HTML code"
description: "Retrieve the HTML code of the rendered page. This API call should be used when html=1 was specified in the screenshot request.\n"
provider: browshot
method: GET
path: "/screenshot/html"
encoding: json
input: {
type: "object"
properties: {
id: {
type: "string"
}
}
required: ["id"]
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}