Skip to main content
Open a URL in a browser
curl --request POST \
  --url https://api.example.com/experimental/operator/open-url \
  --header 'Content-Type: application/json' \
  --data '
{
  "url": "<string>",
  "browser": "<string>"
}
'
{
  "success": true
}

Body

application/json
url
string
required
browser
string | null

Response

200 - application/json
success
boolean
required