工具 API
qingdou_ result
Get the short-video transcript result (speech-to-text output) for a submitted task. 查询 qingdou_submit 提交的转文案任务结果(内部轮询上游)。 Returns the full spoken transcript / voiceover script, title, cover and platform once ready. 本工具内部最多等待 `wait_seconds` 秒(默认 50,给 60s MCP 超时留余量), 期间任务完成会立即返回;超时仍未完成则返回 pending,可继续调用本工具。 Keywords: video transcript result, transcription output, speech to text, 视频转文字结果. Args: batch_id: qingdou_submit 返回的 batch_id。 wait_seconds: 单次调用最多等待秒数(0-55,默认 50)。 返回:JSON 字符串。 - done: {"status":"done","count":N,"items":[{title,content,cover,origin_link,platform,...}]} - pending: {"status":"pending","batch_status":0|1,"message":...} - error: {"status":"error","error":...}
调用信息
- 工具标识
- qingdou-video-text.qingdou_result
- 服务提供方
- 轻抖短视频提文案
- 平均响应
- 270 ms
- 近 7 天调用
- 2
输入参数
batch_id必填string
wait_secondsinteger