Kling AI 动态海报
使用 Kling AI 动态海报,将您喜爱的电影海报转换为动态海报。无需下载,无需安装。立即在 Kling AI 动态海报免费 playground 中开始体验!
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 动作控制 和 Kling AI 动态海报工作流程的创意应用,可将静态图像和参考视频转换为引人注目的动态海报,您可以在我们的 playground 中进行原型设计,并通过 PiAPI 将其集成到您自己的应用程序中。
动态海报有什么用途?
动态海报有多种用途。一个流行的用例是生成电影动态海报,例如《索尼克》电影动态海报和《超人》电影动态海报。
如何使用动态海报 AI 创建动态海报?
使用我们的 AI 动态海报生成器,您可以从参考图像开始定义主体的外观,或使用 Kling AI 动态海报上传视频功能上传短片来引导动作。在 Kling AI 动态海报免费 playground 中,您可以尝试 Kling AI 动态海报图像到视频流程,并生成适合用作动态海报的短视频。
我需要 PiAPI 账户才能使用动态海报 Playground 吗?
您可以在没有账户的情况下探索我们的 Kling AI 动态海报免费 playground 界面,但您需要一个 PiAPI 工作区 账户和 API 密钥来运行生成并将 Kling AI 动态海报内容集成到您自己的工作流程中。
Kling 动态海报免费吗?
当您注册时,您将获得免费积分来试用我们 工作区 中的 API 服务。
使用动态海报生成器需要浏览器扩展吗?
不需要,您可以在没有浏览器扩展的情况下使用动态海报 playground,因为这是一个官方网页版 playground。
有退款吗?
不,我们不提供退款。但当您首次在 PiAPI 工作区注册账户时,您将获得免费积分来试用我们的 playground 和 API(特别是「按需付费」服务),然后再进行付款!
如何联系你们的团队?
请发送电子邮件至 support@piapi.ai - 我们很乐意进一步讨论我们的产品!
More questions? See the API docs.
