Updates speaker labels of a given part of the transcript
curl --request POST \ --url https://v1.transcript.lol/api/updateSpeakerLabels \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <api-key>' \ --data '{ "transcriptId": "<string>", "partIndex": 123, "speakerNames": [ "<string>" ] }'
OK
Was this page helpful?