POST
/
updateSpeakerLabels
curl --request POST \
  --url https://transcript.lol/api/updateSpeakerLabels \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "transcriptId": "<string>",
  "partIndex": 123,
  "speakerNames": [
    "<string>"
  ]
}'

Authorizations

X-API-KEY
string
headerrequired

Body

application/json
transcriptId
string
required
partIndex
integer
required
speakerNames
string[]
required