Skip to main content
POST
/
v1
/
desktop
/
open
Open a file or URL with the default handler.
curl --request POST \
  --url http://localhost:2468/v1/desktop/open \
  --header 'Content-Type: application/json' \
  --data '
{
  "target": "<string>"
}
'
{
  "processId": "<string>",
  "pid": 1
}

Body

application/json
target
string
required

Response

Target opened

processId
string
required
pid
integer<int32> | null
Required range: x >= 0