v1
latestOpenAPI 3.1.02026-07-266827131.9 KBAsync Generate Video Transcription
Generate video transcription asynchronously.
post/transcriptions/async-generate-video
Request body
Example request
{
"asset_id": "re_657929111888723968",
"model": "gemini-2.5-flash-lite"
}Response
Transcription task information
Example response
{
"msg": "success",
"data": {
"task_id": "ec2449885ba84c4f943a80ff0633158e"
},
"success": true
}