action browshot_create_multiple_screenshots { label: "Request multiple screenshots" description: "Request multiple screenshots in one API call. The API call accepts all the parameters supported by screenshot/create.\nYou can specify up to 10 URLs and 10 instances for a total of 100 screenshots in one API call.\n" provider: browshot method: GET path: "/screenshot/multiple" 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" } size: { type: "string" } url: { type: "string" } } required: ["instance_id", "url"] additionalProperties: false } output: { type: "object" additionalProperties: true } }