動画から音声へ
CometAPI の Video to Audio エンドポイントを使用して、Kling の動画を高品質な音声に変換します。出力形式、長さ、プロンプト制御を設定できます。
このエンドポイントを使用して、ソース動画から音声結果を生成します。Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
呼び出す前に
video_idまたはvideo_urlのいずれか一方を送信してください。両方は送信しないでください- 元のクリップがもともと Kling 由来でない場合は、
video_urlを使用してください - 統合で必要な場合を除き、
callback_urlとexternal_task_idはオプションのままにしてください
タスクの流れ
タスクをポーリング
承認
Bearer token authentication. Use your CometAPI key.
ボディ
- Option 1
- Option 2
ID of a Kling-generated video. Only videos created within the last 30 days with a duration of 3–20 seconds are supported. Mutually exclusive with video_url — exactly one must be provided.
Optional user-defined task ID for your own tracking. Does not replace the system-generated task ID. Must be unique per account.
Webhook URL for task status notifications. The server sends a callback when the task status changes.
Accessible URL of the source video. Accepted formats: MP4, MOV. Max 100 MB, 720p or 1080p resolution, duration 3–20 seconds. Mutually exclusive with video_id — exactly one must be provided.