Skip to main content
PUT
Update Transcript

Description

This endpoint updates the text content of a specific transcript segment for a stream. Use this to correct or edit transcript entries after a stream has ended. 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: PUT
  • Endpoint: /v1/transcripts/{stream_id}/{segment_id}
  • Path Parameters:
    • stream_id (string, required): Stream ID
    • segment_id (integer, required): Segment ID
  • Request Body:
    • content (string, required): The updated transcript content

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

Body

application/json
content
string
required

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