cURL
curl --request POST \ --url http://localhost:2468/v1/desktop/recording/start \ --header 'Content-Type: application/json' \ --data '{ "fps": 1 }'
{ "bytes": 1, "fileName": "<string>", "id": "<string>", "startedAt": "<string>", "status": "recording", "endedAt": "<string>", "processId": "<string>" }
Starts an ffmpeg x11grab recording against the managed desktop and returns the created recording metadata.
x >= 0
Desktop recording started
recording
completed
failed