Skip to main content
Undo speaker reassignment
curl --request POST \
  --url https://api.example.com/speakers/undo-reassign \
  --header 'Content-Type: application/json' \
  --data '
{
  "old_assignments": [
    {
      "transcription_id": 123,
      "old_speaker_id": 123
    }
  ]
}
'
{
  "restored": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.screenpi.pe/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
old_assignments
object[]
required

Response

200 - application/json

OK

restored
integer
required