Skip to main content
GET
Get RTStream transcription status
Check whether transcription is currently active on a real-time stream.
  • Status values: running, stopped, not_configured
  • Returns the engine, language, and timestamps for the transcription configuration

Authorizations

x-access-token
string
header
required

API key for authentication (sk-xxx format)

Path Parameters

stream_id
string
required
Example:

"rts-12345"

Query Parameters

engine
string
default:default
Example:

"default"

Response

200 - application/json

Transcription status

success
boolean
Example:

true

data
object