Browshot
Connector for the browshot API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.browshot.com/api/v1 - Auth:
query:key(pass your key via theapiKeyinput)
Operations
getaccountinfo— GET /account/info — Get information about your accountgetbatchinfo— GET /batch/info — Get the batch statusgetbrowserinfo— GET /browser/info — Get information about a browsergetbrowsersinfo— GET /browser/list — Get all browsersgetinstanceinfo— GET /instance/info — Get information about an instancegetinstancesinfo— GET /instance/list — Get all instances
Inputs
apiKey— your browshot API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: getaccountinfo
apiKey: <your key>