GET
/
api
/
v1
/
playwright_mcp
Playwright MCP
curl --request GET \
  --url https://www.fetchserp.com/api/v1/playwright_mcp \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "response": "<string>"
  }
}

Authorizations

Authorization
string
header
required

A bearer token that will be supplied within an Authorization header as bearer <token>.

Query Parameters

prompt
string
required

The prompt to use for remote control of the browser

Response

200
application/json

success

The response is of type object.