OPENCLAW + LUMA

OpenClaw で Luma を使う。

Luma Ray 3.2 は、空間的整合性と 3D シーン構造を保ったプロンプト駆動の変換で既存の動画を編集します。ソース動画の URL と変換を記述したテキストプロンプトを送ると、Luma が雰囲気のある照明、環境ディテール、物理的に一貫したカメラモーションで映像を再レンダリングします。OpenClaw のエージェントは、チャットと同じ RunAPI キーでこれを呼び出します。

1つの APIキー · 動画編集エンドポイント · 非同期タスクポーリング
RunAPI を使って Luma Ray 3.2 で動画を編集します。

要件:
- RUNAPI_API_KEY から API キーを読み込みます。
- POST https://runapi.ai/api/v1/luma/modify_video を呼び出します。
- model を "luma-modify-video" に設定します。
- source_video_url を変換する動画の URL に設定します。
- prompt に希望する変換内容を記述します。
- このタスクは非同期です。返された task_id を status が "completed" になるまでポーリングします。
- 完了したら、レスポンスの output から編集済み動画の URL を読み取ります。
curl -X POST https://runapi.ai/api/v1/luma/modify_video \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "luma-modify-video",
    "prompt": "Transform the scene into a foggy autumn morning with golden light filtering through trees",
    "source_video_url": "https://example.com/park-walk.mp4"
  }'
{
  "task_id": "tsk_abc123",
  "status": "pending",
  "model": "luma-modify-video"
}
curlコマンドをコピーしてテスト luma
仕組み

OpenClaw で Luma を使う3ステップ

1

Configure RunAPI

Set RUNAPI_API_KEY in your environment. If you already configured RunAPI for chat in OpenClaw, the same key works for Luma video modification — no extra provider setup needed.

export RUNAPI_API_KEY=runapi_xxx
2

Call Luma modify_video

Send a POST request to the modify_video endpoint with model set to luma-modify-video, the source_video_url pointing to your input footage, and a prompt describing the transformation. Luma preserves the original scene geometry while applying the requested changes.

POST /api/v1/luma/modify_video
3

Poll for the result

The endpoint returns a task_id immediately. Poll the task status endpoint until the status is completed, then read the output video URL from the response. Video modification typically takes 30-120 seconds depending on complexity.

GET /api/v1/luma/modify_video/tsk_abc123
パラメータ

Luma modify_video API パラメータ

パラメータ 説明
model string Required. Use luma-modify-video.
prompt string Required. Text description of the desired video transformation — style changes, lighting, atmosphere, or scene edits.
source_video_url string Required. URL of the source video to modify. Must be a publicly accessible MP4 or MOV file.
watermark boolean Optional. Whether to add a watermark to the output video.
callback_url string Optional. Webhook URL that receives a POST when the task completes.

OpenClaw上のLumaとは?

Luma Ray 3.2(Dream Machine)は既存動画を夢幻的な質感で変換することに特化しています。ゼロから生成するのではなく、プロンプト駆動の変換でソース映像を再レンダリングします——大気の変化・スタイル変換・環境変更——元の空間レイアウトとカメラモーションをそのまま維持します。OpenClaw agentはRunAPI経由でチャットと同じAPIキーを使って呼び出します。

Lumaの活用例

ムードピースとミュージックビデオ美学

Lumaの夢幻的なビジュアル品質でRAW映像をスタイライズドムードピースに変換します。元のモーションを保持しながらライティング・大気・カラーパレットを変更し、ミュージックビデオコンセプトやアートプロジェクトに活用します。

広告方向の視覚的仮説検証

既存の商品動画を複数のビジュアル方向——映画風・ミニマル・ノワール・季節感——にリスタイルして、フルリシュート前にどのルックが機能するかテストします。

マルチツールパイプラインのベース映像

Lumaを使って生成または撮影した映像をスタイライズドし、最終編集のために他のツールに渡します。Lumaの高速納品により大型動画パイプラインのスタイリングステップとして現実的です。

FAQ

Luma + OpenClaw に関する質問

OpenClaw の基本設定

まだ設定していませんか?OpenClaw の RunAPI セットアップガイドから始めましょう。

OpenClaw セットアップガイド →

Luma モデルカタログ

Luma のバリアント、価格、API ドキュメントを確認する。

Luma モデル →

今すぐ OpenClaw で Luma を試す。

無料の RunAPI キーを取得し、プロンプトを OpenClaw に貼り付けて、Luma Ray 3.2 の空間認識変換で動画の編集を始めましょう。