Kling AI モーションポスター
Kling AI モーションポスターで、お気に入りの映画ポスターをダイナミックなモーションポスターに変換しましょう。ダウンロード不要、インストール不要。今すぐKling AI モーションポスター無料プレイグラウンドで始めましょう!
Kling 2.6 Motion Poster Pricing
Pay-as-you-go access through PiAPI.
Kling 2.6 Standard - 5sStandard
$0.20
- The output will be 5 seconds long and processed under standard mode.
Kling 2.6 Pro - 5sPro
$0.33
- The output will be 5 seconds long and processed under professional mode.
Get started
Create your API key
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Top up credits
Add credits on the billing page when you are ready to scale beyond the free tier.
Call the API
POST your first task following the API docs, then poll the task until the result is ready.
Iterate in the playground
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "kling",
"task_type": "video_generation",
"input": {
"version": "2.6",
"mode": "std",
"duration": 5,
"image_url": "YOUR_IMAGE_URL",
"prompt": "Bring the movie poster to life"
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"video_url": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run kling-2-6-motion-poster \ version=2.6 \ mode=std \ duration=5 \ image_url=YOUR_IMAGE_URL \ prompt="Bring the movie poster to life" ✓ Task completed! https://img.theapi.app/ephemeral/…
Kling AI モーションポスターについてもっと知りたいですか?
Kling 2.6 モーションポスターとは?
Kling 2.6 モーションポスターは、 Kling 2.6 Motion Control とKling AI モーションポスターワークフローのクリエイティブな活用例で、静止画像と参照動画を目を引くモーションポスターに変換し、プレイグラウンドでプロトタイプを作成し、 PiAPI を通じて自分のアプリケーションに統合できます。
モーションポスターは何に使われますか?
モーションポスターはさまざまな用途に使用されます。人気のある用途は、ソニック映画モーションポスターやスーパーマン映画モーションポスターなどの映画モーションポスターの生成です。
モーションポスターAIでモーションポスターを作成するには?
AIモーションポスタージェネレーターを使用すると、参照画像から始めて被写体の外観を定義したり、Kling AIモーションポスターのビデオアップロード機能を使用して短いクリップをアップロードしてモーションを誘導したりできます。Kling AIモーションポスター無料プレイグラウンドでは、Kling AIモーションポスターの画像から動画へのフローを試して、モーションポスターとして使用するのに適した短いモーション制御動画を生成できます。
モーションポスタープレイグラウンドを使用するにはPiAPIアカウントが必要ですか?
アカウントなしでKling AIモーションポスター無料プレイグラウンドインターフェースを探索できますが、生成を実行してKling AIモーションポスターコンテンツを自分のワークフローに統合するには、 PiAPI Workspace アカウントとAPIキーが必要です。
Kling モーションポスターは無料ですか?
サインアップすると、 ワークスペース でAPIサービスを試すための無料クレジットがもらえます。
モーションポスタージェネレーターを使用するにはブラウザ拡張機能が必要ですか?
いいえ、これは公式のウェブプレイグラウンドなので、ブラウザ拡張機能なしでモーションポスタープレイグラウンドを使用できます。
返金はありますか?
いいえ、返金は行っていません。ただし、PiAPI Workspaceアカウントに初めてサインアップすると、支払い前にプレイグラウンドとAPI(特に「従量課金」サービス)を試すための無料クレジットがもらえます!
チームに連絡するにはどうすればいいですか?
こちらにメールしてください: support@piapi.ai - 製品についてもっとお話しできれば幸いです!
More questions? See the API docs.
