action link_get_urls_browser_screenshot { label: "Generate screenshot (browser)" description: "Visits the URL with full browser and creates a screenshot. This request costs 5 credits." provider: link method: GET path: "/Urls/browser-screenshot" encoding: json input: { type: "object" properties: { file_format: { type: "string" } type: { type: "string" } url: { type: "string" } width: { type: "string" } } required: ["url"] additionalProperties: false } output: { type: "object" additionalProperties: true } }