weibo_submit_video_speech_text_by_post_url
根据微博帖子链接、短链接或分享文案提交视频口播转文字任务;提交后最多等待 240 秒,未完成时返回 job_id 和下一步查询动作。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| post_url | Yes | 微博帖子页面链接、短链接或包含帖子链接的分享文案;不要传用户主页链接或 post_id。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | Yes | 失败或过期时的稳定错误结构;非终态或成功时为 null。 | |
| job_id | Yes | 任务 ID。 | |
| status | Yes | 任务状态。 | |
| message | Yes | 面向用户/AI 的状态说明。 | |
| platform | Yes | 任务所属平台。 | |
| source_id | Yes | 任务来源 ID。 | |
| content_id | Yes | 平台内容 ID。 | |
| transcript | Yes | 成功时的口播转文字结果;非终态或失败时为 null。 | |
| is_terminal | Yes | 是否已终态。 | |
| next_action | Yes | 非终态时建议的下一步查询动作。 | |
| content_meta | Yes | 作品上下文信息,便于结合转写内容做口播分析。 | |
| content_type | Yes | 内容类型。 | |
| next_poll_after_seconds | Yes | 建议下次查询前等待的秒数;非终态时可用。 |