ワンクリック効果とAI動画用のフルComposeレシピ。効果を選んだり、プロダクションレシピを開く、あるいは適切なスラッグをAPIに渡したりしてください。
以下のすべてのエフェクトはplaygroundテンプレートブラウザで開きます。フィーチャードエフェクトが最優先です。
















Composeは、トピックや脚本、製品のアイデアを計画的で音声付き、字幕付きの短編動画に変換します。以下のカードは、playgroundとAPIで使われている同じライブレシピカタログからのものです。
Templates work on the generation endpoints by adding a single template field to the request body:
curl https://api.empiriolabs.ai/v1/videos/generations \
-H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "kling-o3",
"template": "<template-slug>",
"prompt": "Describe your subject."
}'Composeは本番環境のフルワークフローです。レシピをリストアップし、絵コンテを計画し、最終的な動画をレンダリングします:
curl https://api.empiriolabs.ai/v1/videos/compose \
-H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"recipe": "custom",
"mode": "plan",
"brief": "Explain why cold plunge clips went viral.",
"aspect_ratio": "9:16",
"scene_count": 5
}'Composeは現在、ライブカタログから20種類のキャプションスタイルと8つのカスタムビジュアルスタイルプリセットを公開しているため、出力とAPI出力playground一致しています。
トレンドのAI動画や画像効果のための厳選レシピ。各テンプレートは特定の見た目やフォーマットに合わせて調整されたセットアップを持っているため、ワンクリック(またはAPIフィールド1つ)でプロンプトエンジニアリングなしで効果が生まれます。
Composeレシピはフルプロダクションのワークフローです。シーンの計画、ビジュアルの作成・選択、ナレーション、字幕、オプション音楽の追加、完成した短編動画の返送などを行います。
Yes. Pass "template": "<slug>" on POST /v1/videos/generations or POST /v1/images/generations along with your prompt, and the template is applied to the request.
Yes. Use GET /v1/videos/compose/recipes to list public recipe metadata, then call POST /v1/videos/compose with mode: "plan" or mode: "render".
すべてのテンプレートには推奨モデルがあり、多くは複数のモデルをサポートしています。プレイグラウンドはテンプレートを選ぶ際に推奨モデルを事前に選択します。API上でモデルIDは自分で選択します。
開く Playgroundのテンプレートブラウザテンプレートを選んで生成します。請求は、あなたが運用するモデルの通常の料金pay-as-you-goです。