cURL
curl --request POST \ --url http://plato.so/api/eval \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "browserSettings": { "viewport": { "width": 123, "height": 123 } } } '
{ "connectUrl": "<string>" }
Start an evaluation run
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Settings for the browser session
Show child attributes
Browser session response
The URL to connect to the browser session