Start recording
Start capturing the screen as an MP4 video.
POST
/api/recording/startStart capturing the screen as an MP4 video.
Authorization
BearerAuth AuthorizationBearer <token>
API key passed as a Bearer token.
In: header
Response Body
application/json
application/json
curl -X POST "https://<sandbox_id>.sandbox.leap0.dev/api/recording/start"{ "id": "rec_1234567890", "active": true, "started_at": "2019-08-24T14:15:22Z", "stopped_at": "2019-08-24T14:15:22Z", "download": "string", "mime_type": "video/mp4", "file_name": "rec_1234567890.mp4", "display": ":0", "resolution": "1440x900"}{ "message": "string"}
