Skip to main content
GET
Get Transcript

Description

This endpoint retrieves a specific transcript segment for a stream, identified by stream_id and segment_id. Use this to access or review individual transcript entries. See the Quickstart guide for usage context.

Authentication

This endpoint requires an API Key.
Include your API key in the x-api-key header:

Request

  • Method: GET
  • Endpoint: /v1/transcripts/{stream_id}/{segment_id}
  • Path Parameters:
    • stream_id (string, required): Stream ID
    • segment_id (integer, required): Segment ID

Response

  • Status: 200 OK
  • Content-Type: application/json

Example Usage (cURL)

Authorizations

X-API-Key
string
header
required

Path Parameters

stream_id
string
required

Stream ID

segment_id
integer
required

Segment ID

Response

Successful Response

stream_id
string
segment_id
integer
timestamp
string
end_time
string
original_content
string
speaker
string
id
integer
content
string
edited
boolean
created_at
string
updated_at
string