Skip to main content
POST
/
do_diarize
Diarize
curl --request POST \
  --url https://api.palatine.ru/api/v1/diarization/do_diarize \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "status": "<string>",
  "task_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
file
file
required

Response

Successful Response

Модель данных, представляющая результат, возвращаемый при запуске задачи диаризации

status
string
required

Статус запуска задачи транскрипции, может быть: 'scheduled', 'unauthorized token

task_id
string | null

ID задачи транскрипции