v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

Async Generate Summary

Generate transcription summary asynchronously.

post/transcriptions/async-summary

Request body

asset_idstring required

The transcription asset ID

Example request

{
  "asset_id": "re_657929111888723968"
}

Response

Summary generation 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
}