POST
/
eval
curl --request POST \
  --url http://api.plato.so/eval \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "browserSettings": {
    "viewport": {
      "width": 123,
      "height": 123
    }
  }
}'
{
  "connectUrl": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
browserSettings
object

Settings for the browser session

Response

200
application/json
Browser session response
connectUrl
string

The URL to connect to the browser session