v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Async Generate Multi Speaker

Generate multi-speaker identification asynchronously.

post/transcriptions/async-generate-multi-speaker

Request body

asset_idstring required

The asset ID to identify multiple speakers for

Example request

{
  "asset_id": "re_657929111888723968"
}

Response

Multi-speaker identification task information

codestring

Response code indicating the result status

msgstring

Response message describing the operation result

successboolean

Indicates whether the operation was successful

failedboolean

Indicates whether the operation failed

Example response

{
  "msg": "success",
  "data": {
    "task_id": "ec2449885ba84c4f943a80ff0633158e"
  },
  "success": true
}