xhs_submit_video_speech_text_by_note_id
Submit a video note's speech-to-text transcription task using its note ID. Returns job ID for long-running processing after a short wait.
Instructions
根据小红书 note_id 提交视频笔记口播转文字任务;提交完成后最多短等 210 秒,未完成时返回 job_id 和下一步查询动作。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | note_id 是 24 位小写十六进制稳定笔记 ID。必须原样复制搜索、详情、评论或用户发帖列表返回的完整 note_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 | 建议下次查询前等待的秒数;非终态时可用。 |