あの 動画クリッピングAPI
プログラム的に長いビデオを字幕付きの垂直クリップに変換します。透明な分単位の価格設定 - クレジットも隠しセールスコールもありません。
clip.video exposes a simple HTTP API for clipping, transcription, captioning, and the utility conversions. Embed it in your own product, automate a content pipeline, or clip at scale. The full API (with API-key auth + a published per-minute rate) is available on the スタジオプラン下のエンドポイントが今日のアプリを動かしています
認証
スタジオキーはベージャーヘッダで認証されます。 キーをサーバ側に保存してください。
Authorization: Bearer sk_live_your_api_key
クリップジョブを作成
ファイルをアップロードまたはビデオ URL を送信します。 mode 操作を選択します:
clip あなたは どう思う? captions それとも
transcribe これは 私が 1999年に 東京大学で 講演したときのことです
# by URL
curl -X POST https://clip.video/api/upload/ \
-F "url=https://example.com/podcast.mp4" \
-F "mode=clip" \
-F "style=hormozi" \
-F "reframe=auto"
# by file
curl -X POST https://clip.video/api/upload/ \
-F "file=@episode.mp4" -F "mode=clip"
応答:
{ "error": false, "job_id": "c45de43d67d4...", "redirect": "/v/c45de43d67d4.../" }
ジョブの状態を調べる
パイプラインは非同期です。ポールするまで done 完成したクリップが 映画館に届くのです
clips ダウンロード可能なアレイを output URL を指定します。
curl https://clip.video/api/status/<job_id>/
{
"status": "completed",
"done": true,
"clip_count": 5,
"clips": [
{ "uuid": "22a9d58d...", "title": "The Secret to Going Viral",
"score": 85, "duration": 32.4,
"output": "/uploads/clips/.../22a9d58d....mp4",
"thumbnail": "/uploads/clips/.../22a9d58d....jpg" }
]
}
ユーティリティツールを実行します。
ffmpeg ツールは直接ダウンロードリンクを返します。ツールを渡します。 slug
(video-to-audio, compress-video, video-to-gif,
trim-video, make-video-vertical, …).
curl -X POST https://clip.video/api/tool/ \
-F "file=@clip.mp4" -F "slug=video-to-audio"
# -> { "error": false, "download": "/uploads/tools/out/....mp3", "name": "audio.mp3" }
転写をエクスポート
あなたは transcribe 仕事 記録をエクスポートして txt,
srt, それとも vtt.
curl https://clip.video/v/<job_id>/export/srt/ -o captions.srt
価格
クレジット計量型APIとは異なり、clip.videoはStudioプランにおいて、1分あたりの固定の総額を公開します。 価格設定 それとも 連絡してください それは 私たちの 経営の基礎となっています