Skip to main content
GET
/
realtime
/
v1
/
call
/
{id}
/
transcript
Get Call Transcript Segments
curl --request GET \
  --url https://realtime.govworx.net/realtime/v1/call/{id}/transcript
{
  "call_id": "<string>",
  "lang_code": "<string>",
  "participant_role": "<string>",
  "text": "<string>",
  "translated_text": "<string>",
  "start_time": 123,
  "end_time": 123,
  "created_at": "2023-11-07T05:31:56Z"
}

Path Parameters

id
string
required

Response

Returns transcript segments for the specified call

call_id
string
lang_code
string
participant_role
string
text
string
translated_text
string
start_time
number<double>
end_time
number<double>
created_at
string<date-time>