Kling AI Motion Poster
Con Kling AI motion poster, trasforma i tuoi poster cinematografici preferiti in motion poster dinamici. Nessun download, nessuna installazione. Inizia oggi nel playground gratuito Kling AI motion poster!
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/…
Cerchi maggiori informazioni su Kling AI Motion Poster?
Cos'è Kling 2.6 Motion Poster?
Kling 2.6 Motion Poster è un caso d'uso creativo di Kling 2.6 Motion Control e del workflow Kling AI motion poster, che trasforma immagini fisse e video di riferimento in accattivanti motion poster che puoi prototipare nel nostro playground e integrare nelle tue applicazioni tramite PiAPI .
A cosa serve un motion poster?
I motion poster sono utilizzati per vari casi d'uso. Un caso d'uso popolare è la generazione di motion poster cinematografici come il motion poster del film Sonic e il motion poster del film Superman.
Come creare un motion poster con motion poster AI?
Con il nostro generatore di motion poster AI, puoi iniziare con un'immagine di riferimento per definire l'aspetto del tuo soggetto, o caricare un breve clip usando la funzione di caricamento video Kling AI motion poster per guidare il movimento. Nel playground gratuito Kling AI motion poster puoi provare il flusso da immagine a video e generare un breve video controllato dal movimento adatto all'uso come motion poster.
Ho bisogno di un account PiAPI per usare il Motion Poster Playground?
Puoi esplorare la nostra interfaccia del playground gratuito Kling AI motion poster senza un account, ma avrai bisogno di un account PiAPI Workspace e di una chiave API per eseguire generazioni e integrare i contenuti Kling AI motion poster nei tuoi workflow.
Kling Motion Poster è gratuito?
Quando ti registri con noi, otterrai crediti gratuiti per provare i nostri servizi API nel nostro workspace .
Ho bisogno di un'estensione del browser per usare il generatore Motion Poster?
No, puoi usare il playground Motion Poster senza estensione del browser poiché questo è un playground web ufficiale.
Ci sono rimborsi?
No, non offriamo rimborsi. Ma quando ti registri per la prima volta per un account PiAPI Workspace, ti vengono dati crediti gratuiti per provare il nostro playground e la nostra API (specificamente il servizio "Pay-as-you-go") prima di effettuare pagamenti!
Come posso contattare il vostro team?
Inviaci un'email a support@piapi.ai - ci piacerebbe parlare di più della nostra offerta di prodotti!
More questions? See the API docs.
