xhs_submit_video_speech_text_by_note_url
Submit a Xiaohongshu video note URL to initiate speech-to-text transcription. If not completed within 210 seconds, receive a job ID to check progress.
Instructions
提交小红书视频笔记口播转文字任务;提交完成后最多短等 210 秒,未完成时返回 job_id 和下一步查询动作。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_url | Yes | 小红书视频笔记链接、短链接或分享文案。 |
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 | 建议下次查询前等待的秒数;非终态时可用。 |