POST v1/browser/request
The following endpoint creates a browser request and either runs it synchronously or returns immediately with an ID so you can check it status later using this endpoint.
This endpoint loads the required URL in our browser and then performs the selected actions.
Authorizations
Body
proxy_locationstring | nullableOptionalDefault:
The location of the proxy server that your request will be routed through, null means no proxy is used
null
urlstringOptional
The url you want our browsers to visit on your behalf
asyncbooleanOptionalDefault:
Whether the request should be processed asynchronously, synchronous requests can be maximum 60 seconds long.
true
max_cache_ageinteger · int32 | nullableOptionalDefault:
The maximum age of a cached result in seconds. 0 means the cache will never be used
0
Responses
200
The browser request response detailing the state and output of the request
application/json
408
The browser request timed out - an example error
application/json
post
Last updated