v1

latestOpenAPI 3.0.02026-07-1452210.8 KB
TestLocally

Creates new test

post/api/v0/tests

Request body

targetstring required
browser'chromium' | 'chrome' | 'firefox' | 'msedge' | 'webkit' nullable
viewport'desktop' | 'tablet' | 'phone' nullable
serversstring[] required
headersobject
skipCompressionboolean
ignoreSslErrorsboolean
clicksstring[]

Example request

{
  "target": "https://example.org",
  "servers": [
    "toronto",
    "tokyo",
    "berlin",
    "madrid"
  ],
  "headers": {
    "X-Requested-With": "XMLHttpRequest"
  },
  "clicks": [
    ".cookie-banner button"
  ]
}

Response

Test successfully created

idstring