action browshot_create_screenshot { label: "Request a screenshot" description: "Screenshots requests to private and shared instances require a positive balance.\n\n*IMPORTANT*: Remember that you can only do 100 free screenshots per month. To used a premium instance, use instance_id=65 for example.\n" provider: browshot method: GET path: "/screenshot/create" encoding: json input: { type: "object" properties: { cache: { type: "string" } cookie: { type: "string" } delay: { type: "string" } details: { type: "string" } flash_delay: { type: "string" } headers: { type: "string" } hosting: { type: "string" } hosting_bucket: { type: "string" } hosting_file: { type: "string" } hosting_headers: { type: "string" } hosting_height: { type: "string" } hosting_scale: { type: "string" } hosting_width: { type: "string" } html: { type: "string" } instance_id: { type: "string" } max_wait: { type: "string" } post_data: { type: "string" } priority: { type: "string" } referer: { type: "string" } screen_height: { type: "string" } screen_width: { type: "string" } script: { type: "string" } shot_interval: { type: "string" } shots: { type: "string" } size: { type: "string" } url: { type: "string" } } required: ["instance_id", "url"] additionalProperties: false } output: { type: "object" additionalProperties: true } }