Skip to content

Get AutoCut running state and config.

GET
/api/autocut

Responses

OK
application/json
JSON
{
"running": true,
"config": {
"style": "string",
"presentationEnabled": true,
"pipEnabled": true,
"speakerEnabled": true,
"audienceEnabled": true,
"keepSpeaker": true,
"keepPresentation": true
}
}

Samples

Powered by VitePress OpenAPI