Skip to main content
PUT
Update Translation

Description

Update the content of a specific translation.

Authentication

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

Request

  • Method: PUT
  • Endpoint: /v1/translations/{stream_id}/{segment_id}/{language_id}
  • Path Parameters:
    • stream_id (string, required): Stream ID
    • segment_id (integer, required): Segment ID
    • language_id (string, required): Language ID
  • Body:

Request Body Parameters

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

language_id
string
required

Language ID

Body

application/json
content
string
required

Response

Successful Response

stream_id
string
language_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