RTStream
Start or stop RTStream transcription
post/rtstream/{stream_id}/transcription/
Path parameters
stream_idstring required
Example:rts-12345
Request body
Example request
{
"action": "start",
"engine": "default",
"ws_connection_id": "conn-123"
}Response
Transcription status updated
Example response
{
"success": true,
"data": {
"status": "running",
"engine": "default"
}
}