P-Video-Animate

P-Video-Animate is a motion-transfer video model that animates a single reference image using a source video as the motion driver. It preserves the original acting, timing, camera movement, and scene structure from the driving clip while restyling the output around the supplied image. It is well suited to UGC ad variations, meme remixes, character or avatar recasting, and other high-volume creative workflows that need fast, repeatable image-to-video animation with strong motion fidelity.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples4
CODE
Ready-to-use code snippets for common workflows
Guides1
LEARN
Step-by-step tutorials for advanced use cases
reference-to-video
Maritime Museum Night Reel$0.181~35simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'prunaai:p-video@animate',
positivePrompt: 'Create a polished vertical social media reel for a maritime museum\'s after-dark exhibition. Recast the source performer as the exact antique deep-sea diver from the reference image, preserving the recognizable riveted copper helmet, circular windows, turquoise patina, cream canvas suit, brass hardware, gloves, weighted boots and air hose throughout. Transfer the original slow steps, lantern inspection, pointing gesture, welcoming sweep, timing and gentle camera push-in faithfully. Place the diver in a shadowy cyanotype-blue museum gallery as sea-green jellyfish projections ripple across display cases and copper surfaces. Atmospheric, mysterious and inviting rather than frightening, premium cultural-event advertising, cinematic pools of light, crisp subject separation, realistic material movement, stable anatomy, no captions, logos or interface elements.',
resolution: '720p',
fps: 24,
settings: {
preserveAudio: true
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/5be394cd-1f12-42c7-abb1-3ce6f2483ed5.jpg'
],
referenceVideos: [
'https://assets.runware.ai/assets/inputs/143d655f-254f-4723-b7d6-17eb6e06814d.mp4'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "prunaai:p-video@animate",
"positivePrompt": "Create a polished vertical social media reel for a maritime museum's after-dark exhibition. Recast the source performer as the exact antique deep-sea diver from the reference image, preserving the recognizable riveted copper helmet, circular windows, turquoise patina, cream canvas suit, brass hardware, gloves, weighted boots and air hose throughout. Transfer the original slow steps, lantern inspection, pointing gesture, welcoming sweep, timing and gentle camera push-in faithfully. Place the diver in a shadowy cyanotype-blue museum gallery as sea-green jellyfish projections ripple across display cases and copper surfaces. Atmospheric, mysterious and inviting rather than frightening, premium cultural-event advertising, cinematic pools of light, crisp subject separation, realistic material movement, stable anatomy, no captions, logos or interface elements.",
"resolution": "720p",
"fps": 24,
"settings": {
"preserveAudio": True
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/5be394cd-1f12-42c7-abb1-3ce6f2483ed5.jpg"
],
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/143d655f-254f-4723-b7d6-17eb6e06814d.mp4"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "3088add4-3964-402f-b8fb-7648a178aae9",
"model": "prunaai:p-video@animate",
"positivePrompt": "Create a polished vertical social media reel for a maritime museum's after-dark exhibition. Recast the source performer as the exact antique deep-sea diver from the reference image, preserving the recognizable riveted copper helmet, circular windows, turquoise patina, cream canvas suit, brass hardware, gloves, weighted boots and air hose throughout. Transfer the original slow steps, lantern inspection, pointing gesture, welcoming sweep, timing and gentle camera push-in faithfully. Place the diver in a shadowy cyanotype-blue museum gallery as sea-green jellyfish projections ripple across display cases and copper surfaces. Atmospheric, mysterious and inviting rather than frightening, premium cultural-event advertising, cinematic pools of light, crisp subject separation, realistic material movement, stable anatomy, no captions, logos or interface elements.",
"resolution": "720p",
"fps": 24,
"settings": {
"preserveAudio": true
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/5be394cd-1f12-42c7-abb1-3ce6f2483ed5.jpg"
],
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/143d655f-254f-4723-b7d6-17eb6e06814d.mp4"
]
}
}
]'runware run prunaai:p-video@animate \
positivePrompt="Create a polished vertical social media reel for a maritime museum's after-dark exhibition. Recast the source performer as the exact antique deep-sea diver from the reference image, preserving the recognizable riveted copper helmet, circular windows, turquoise patina, cream canvas suit, brass hardware, gloves, weighted boots and air hose throughout. Transfer the original slow steps, lantern inspection, pointing gesture, welcoming sweep, timing and gentle camera push-in faithfully. Place the diver in a shadowy cyanotype-blue museum gallery as sea-green jellyfish projections ripple across display cases and copper surfaces. Atmospheric, mysterious and inviting rather than frightening, premium cultural-event advertising, cinematic pools of light, crisp subject separation, realistic material movement, stable anatomy, no captions, logos or interface elements." \
resolution=720p \
fps=24 \
settings.preserveAudio=true \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/5be394cd-1f12-42c7-abb1-3ce6f2483ed5.jpg \
inputs.referenceVideos.0=https://assets.runware.ai/assets/inputs/143d655f-254f-4723-b7d6-17eb6e06814d.mp4{
"taskType": "videoInference",
"taskUUID": "3088add4-3964-402f-b8fb-7648a178aae9",
"model": "prunaai:p-video@animate",
"positivePrompt": "Create a polished vertical social media reel for a maritime museum's after-dark exhibition. Recast the source performer as the exact antique deep-sea diver from the reference image, preserving the recognizable riveted copper helmet, circular windows, turquoise patina, cream canvas suit, brass hardware, gloves, weighted boots and air hose throughout. Transfer the original slow steps, lantern inspection, pointing gesture, welcoming sweep, timing and gentle camera push-in faithfully. Place the diver in a shadowy cyanotype-blue museum gallery as sea-green jellyfish projections ripple across display cases and copper surfaces. Atmospheric, mysterious and inviting rather than frightening, premium cultural-event advertising, cinematic pools of light, crisp subject separation, realistic material movement, stable anatomy, no captions, logos or interface elements.",
"resolution": "720p",
"fps": 24,
"settings": {
"preserveAudio": true
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/5be394cd-1f12-42c7-abb1-3ce6f2483ed5.jpg"
],
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/143d655f-254f-4723-b7d6-17eb6e06814d.mp4"
]
}
}Response
{
"taskType": "videoInference",
"taskUUID": "3088add4-3964-402f-b8fb-7648a178aae9",
"videoUUID": "362fec5a-863d-48c2-aa47-e3020bfa57ac",
"videoURL": "https://vm.runware.ai/video/os/a06dlim3/ws/5/vi/362fec5a-863d-48c2-aa47-e3020bfa57ac.mp4",
"seed": 1055252817,
"cost": 0.1813
}reference-to-video
Risograph Botanist Music Video Segment$0.181~46simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'prunaai:p-video@animate',
positivePrompt: 'Animate the risograph botanist as the lead performer in a finished indie synth-folk music-video segment. Transfer the vocalist\'s exact lip-sync, restrained choreography, hand gestures, half-turn, timing and slow camera push-in while preserving the botanist\'s recognizable face, round glasses, cream field coat, satchel and fern frond. Keep the archival herbarium setting and transform all motion into tactile two-color risograph animation with forest-green and fluorescent-coral ink, warm ivory paper, coarse halftones, subtle frame-to-frame ink misregistration and gently fluttering pressed leaves. Centered cinematic 16:9 framing, graphic editorial art direction, wistful and intelligent mood, stable anatomy, one continuous performance shot, no captions or lettering.',
resolution: '720p',
fps: 24,
settings: {
preserveAudio: true
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/acc7753c-37cc-4d92-9469-ef6f9a281aee.jpg'
],
referenceVideos: [
'https://assets.runware.ai/assets/inputs/2ab33396-8d8d-493a-9298-a10e4b5ab7d0.mp4'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "prunaai:p-video@animate",
"positivePrompt": "Animate the risograph botanist as the lead performer in a finished indie synth-folk music-video segment. Transfer the vocalist's exact lip-sync, restrained choreography, hand gestures, half-turn, timing and slow camera push-in while preserving the botanist's recognizable face, round glasses, cream field coat, satchel and fern frond. Keep the archival herbarium setting and transform all motion into tactile two-color risograph animation with forest-green and fluorescent-coral ink, warm ivory paper, coarse halftones, subtle frame-to-frame ink misregistration and gently fluttering pressed leaves. Centered cinematic 16:9 framing, graphic editorial art direction, wistful and intelligent mood, stable anatomy, one continuous performance shot, no captions or lettering.",
"resolution": "720p",
"fps": 24,
"settings": {
"preserveAudio": True
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/acc7753c-37cc-4d92-9469-ef6f9a281aee.jpg"
],
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/2ab33396-8d8d-493a-9298-a10e4b5ab7d0.mp4"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "25455bab-5f45-41a2-8f5d-a0b198ad2837",
"model": "prunaai:p-video@animate",
"positivePrompt": "Animate the risograph botanist as the lead performer in a finished indie synth-folk music-video segment. Transfer the vocalist's exact lip-sync, restrained choreography, hand gestures, half-turn, timing and slow camera push-in while preserving the botanist's recognizable face, round glasses, cream field coat, satchel and fern frond. Keep the archival herbarium setting and transform all motion into tactile two-color risograph animation with forest-green and fluorescent-coral ink, warm ivory paper, coarse halftones, subtle frame-to-frame ink misregistration and gently fluttering pressed leaves. Centered cinematic 16:9 framing, graphic editorial art direction, wistful and intelligent mood, stable anatomy, one continuous performance shot, no captions or lettering.",
"resolution": "720p",
"fps": 24,
"settings": {
"preserveAudio": true
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/acc7753c-37cc-4d92-9469-ef6f9a281aee.jpg"
],
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/2ab33396-8d8d-493a-9298-a10e4b5ab7d0.mp4"
]
}
}
]'runware run prunaai:p-video@animate \
positivePrompt="Animate the risograph botanist as the lead performer in a finished indie synth-folk music-video segment. Transfer the vocalist's exact lip-sync, restrained choreography, hand gestures, half-turn, timing and slow camera push-in while preserving the botanist's recognizable face, round glasses, cream field coat, satchel and fern frond. Keep the archival herbarium setting and transform all motion into tactile two-color risograph animation with forest-green and fluorescent-coral ink, warm ivory paper, coarse halftones, subtle frame-to-frame ink misregistration and gently fluttering pressed leaves. Centered cinematic 16:9 framing, graphic editorial art direction, wistful and intelligent mood, stable anatomy, one continuous performance shot, no captions or lettering." \
resolution=720p \
fps=24 \
settings.preserveAudio=true \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/acc7753c-37cc-4d92-9469-ef6f9a281aee.jpg \
inputs.referenceVideos.0=https://assets.runware.ai/assets/inputs/2ab33396-8d8d-493a-9298-a10e4b5ab7d0.mp4{
"taskType": "videoInference",
"taskUUID": "25455bab-5f45-41a2-8f5d-a0b198ad2837",
"model": "prunaai:p-video@animate",
"positivePrompt": "Animate the risograph botanist as the lead performer in a finished indie synth-folk music-video segment. Transfer the vocalist's exact lip-sync, restrained choreography, hand gestures, half-turn, timing and slow camera push-in while preserving the botanist's recognizable face, round glasses, cream field coat, satchel and fern frond. Keep the archival herbarium setting and transform all motion into tactile two-color risograph animation with forest-green and fluorescent-coral ink, warm ivory paper, coarse halftones, subtle frame-to-frame ink misregistration and gently fluttering pressed leaves. Centered cinematic 16:9 framing, graphic editorial art direction, wistful and intelligent mood, stable anatomy, one continuous performance shot, no captions or lettering.",
"resolution": "720p",
"fps": 24,
"settings": {
"preserveAudio": true
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/acc7753c-37cc-4d92-9469-ef6f9a281aee.jpg"
],
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/2ab33396-8d8d-493a-9298-a10e4b5ab7d0.mp4"
]
}
}Response
{
"taskType": "videoInference",
"taskUUID": "25455bab-5f45-41a2-8f5d-a0b198ad2837",
"videoUUID": "0e22abbc-4d58-4cc5-afac-a28b75abbd8f",
"videoURL": "https://vm.runware.ai/video/os/a01d21/ws/5/vi/0e22abbc-4d58-4cc5-afac-a28b75abbd8f.mp4",
"seed": 2035532200,
"cost": 0.1813
}reference-to-video
Iridescent Apiary Suit Fashion Reel$0.181~33simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'prunaai:p-video@animate',
positivePrompt: 'Animate the reference model as the hero of a high-fashion protective-workwear showcase reel, transferring the source video\'s precise runway walk, hand presentation, controlled turn, final pose, timing, and smooth dolly-in. Preserve the model\'s recognizable appearance and the exact iridescent silver apiary suit: structured amber mesh veil, sculpted utility pockets, reinforced gloves, matte black boots, technical seams, and realistic reflective fabric. Maintain the charcoal studio and pollen-yellow floor with crisp directional lighting, subtle mercury-silver highlights, refined editorial contrast, full-body vertical framing, natural cloth response, and premium fashion-film polish. No logos, captions, or on-screen text.',
resolution: '720p',
fps: 24,
settings: {
preserveAudio: true
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/b8d5397e-412b-43c9-9ac3-3aca5e3c2c93.jpg'
],
referenceVideos: [
'https://assets.runware.ai/assets/inputs/27e2fe02-71ea-4d84-bab4-8136d826918d.mp4'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "prunaai:p-video@animate",
"positivePrompt": "Animate the reference model as the hero of a high-fashion protective-workwear showcase reel, transferring the source video's precise runway walk, hand presentation, controlled turn, final pose, timing, and smooth dolly-in. Preserve the model's recognizable appearance and the exact iridescent silver apiary suit: structured amber mesh veil, sculpted utility pockets, reinforced gloves, matte black boots, technical seams, and realistic reflective fabric. Maintain the charcoal studio and pollen-yellow floor with crisp directional lighting, subtle mercury-silver highlights, refined editorial contrast, full-body vertical framing, natural cloth response, and premium fashion-film polish. No logos, captions, or on-screen text.",
"resolution": "720p",
"fps": 24,
"settings": {
"preserveAudio": True
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/b8d5397e-412b-43c9-9ac3-3aca5e3c2c93.jpg"
],
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/27e2fe02-71ea-4d84-bab4-8136d826918d.mp4"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "0208a080-5fa3-4dc1-a5d4-749dab575444",
"model": "prunaai:p-video@animate",
"positivePrompt": "Animate the reference model as the hero of a high-fashion protective-workwear showcase reel, transferring the source video's precise runway walk, hand presentation, controlled turn, final pose, timing, and smooth dolly-in. Preserve the model's recognizable appearance and the exact iridescent silver apiary suit: structured amber mesh veil, sculpted utility pockets, reinforced gloves, matte black boots, technical seams, and realistic reflective fabric. Maintain the charcoal studio and pollen-yellow floor with crisp directional lighting, subtle mercury-silver highlights, refined editorial contrast, full-body vertical framing, natural cloth response, and premium fashion-film polish. No logos, captions, or on-screen text.",
"resolution": "720p",
"fps": 24,
"settings": {
"preserveAudio": true
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/b8d5397e-412b-43c9-9ac3-3aca5e3c2c93.jpg"
],
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/27e2fe02-71ea-4d84-bab4-8136d826918d.mp4"
]
}
}
]'runware run prunaai:p-video@animate \
positivePrompt="Animate the reference model as the hero of a high-fashion protective-workwear showcase reel, transferring the source video's precise runway walk, hand presentation, controlled turn, final pose, timing, and smooth dolly-in. Preserve the model's recognizable appearance and the exact iridescent silver apiary suit: structured amber mesh veil, sculpted utility pockets, reinforced gloves, matte black boots, technical seams, and realistic reflective fabric. Maintain the charcoal studio and pollen-yellow floor with crisp directional lighting, subtle mercury-silver highlights, refined editorial contrast, full-body vertical framing, natural cloth response, and premium fashion-film polish. No logos, captions, or on-screen text." \
resolution=720p \
fps=24 \
settings.preserveAudio=true \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/b8d5397e-412b-43c9-9ac3-3aca5e3c2c93.jpg \
inputs.referenceVideos.0=https://assets.runware.ai/assets/inputs/27e2fe02-71ea-4d84-bab4-8136d826918d.mp4{
"taskType": "videoInference",
"taskUUID": "0208a080-5fa3-4dc1-a5d4-749dab575444",
"model": "prunaai:p-video@animate",
"positivePrompt": "Animate the reference model as the hero of a high-fashion protective-workwear showcase reel, transferring the source video's precise runway walk, hand presentation, controlled turn, final pose, timing, and smooth dolly-in. Preserve the model's recognizable appearance and the exact iridescent silver apiary suit: structured amber mesh veil, sculpted utility pockets, reinforced gloves, matte black boots, technical seams, and realistic reflective fabric. Maintain the charcoal studio and pollen-yellow floor with crisp directional lighting, subtle mercury-silver highlights, refined editorial contrast, full-body vertical framing, natural cloth response, and premium fashion-film polish. No logos, captions, or on-screen text.",
"resolution": "720p",
"fps": 24,
"settings": {
"preserveAudio": true
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/b8d5397e-412b-43c9-9ac3-3aca5e3c2c93.jpg"
],
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/27e2fe02-71ea-4d84-bab4-8136d826918d.mp4"
]
}
}Response
{
"taskType": "videoInference",
"taskUUID": "0208a080-5fa3-4dc1-a5d4-749dab575444",
"videoUUID": "9a1176ac-8171-45fe-b394-0d2cf97c3da0",
"videoURL": "https://vm.runware.ai/video/os/a06dlim3/ws/5/vi/9a1176ac-8171-45fe-b394-0d2cf97c3da0.mp4",
"seed": 1044614307,
"cost": 0.1813
}reference-to-video
Cleanroom Transfer Port Explainer$0.181~37simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'prunaai:p-video@animate',
positivePrompt: 'Animate the illustrated cleanroom technician as a polished pharmaceutical equipment explainer. Preserve the subject\'s cobalt hooded suit, acid-yellow visor, bone-white gloves, risograph ink texture, proportions and recognizable appearance. Transfer the source performance and camera timing faithfully: present the circular aseptic container, align it with the wall port, rotate it one quarter turn, open the coupled lid, indicate the sealing ring, then conclude with an open-palm gesture. Keep the container, port and hand contact mechanically coherent and easy to follow. Crisp limited-palette technical cel animation in cobalt blue, acid yellow, bone white and charcoal, calm precise training tone, stable horizontal composition, no text, logos or interface graphics.',
resolution: '720p',
fps: 24,
settings: {
preserveAudio: true
},
inputs: {
referenceImages: [
'https://assets.runware.ai/assets/inputs/0e7fbe81-c3b4-4adf-b120-73865037dba7.jpg'
],
referenceVideos: [
'https://assets.runware.ai/assets/inputs/060f97db-8ee0-4425-8bb4-0491ffaba37d.mp4'
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "prunaai:p-video@animate",
"positivePrompt": "Animate the illustrated cleanroom technician as a polished pharmaceutical equipment explainer. Preserve the subject's cobalt hooded suit, acid-yellow visor, bone-white gloves, risograph ink texture, proportions and recognizable appearance. Transfer the source performance and camera timing faithfully: present the circular aseptic container, align it with the wall port, rotate it one quarter turn, open the coupled lid, indicate the sealing ring, then conclude with an open-palm gesture. Keep the container, port and hand contact mechanically coherent and easy to follow. Crisp limited-palette technical cel animation in cobalt blue, acid yellow, bone white and charcoal, calm precise training tone, stable horizontal composition, no text, logos or interface graphics.",
"resolution": "720p",
"fps": 24,
"settings": {
"preserveAudio": True
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/0e7fbe81-c3b4-4adf-b120-73865037dba7.jpg"
],
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/060f97db-8ee0-4425-8bb4-0491ffaba37d.mp4"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "b64a4383-d81a-4ca3-94d9-b849006af1cf",
"model": "prunaai:p-video@animate",
"positivePrompt": "Animate the illustrated cleanroom technician as a polished pharmaceutical equipment explainer. Preserve the subject's cobalt hooded suit, acid-yellow visor, bone-white gloves, risograph ink texture, proportions and recognizable appearance. Transfer the source performance and camera timing faithfully: present the circular aseptic container, align it with the wall port, rotate it one quarter turn, open the coupled lid, indicate the sealing ring, then conclude with an open-palm gesture. Keep the container, port and hand contact mechanically coherent and easy to follow. Crisp limited-palette technical cel animation in cobalt blue, acid yellow, bone white and charcoal, calm precise training tone, stable horizontal composition, no text, logos or interface graphics.",
"resolution": "720p",
"fps": 24,
"settings": {
"preserveAudio": true
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/0e7fbe81-c3b4-4adf-b120-73865037dba7.jpg"
],
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/060f97db-8ee0-4425-8bb4-0491ffaba37d.mp4"
]
}
}
]'runware run prunaai:p-video@animate \
positivePrompt="Animate the illustrated cleanroom technician as a polished pharmaceutical equipment explainer. Preserve the subject's cobalt hooded suit, acid-yellow visor, bone-white gloves, risograph ink texture, proportions and recognizable appearance. Transfer the source performance and camera timing faithfully: present the circular aseptic container, align it with the wall port, rotate it one quarter turn, open the coupled lid, indicate the sealing ring, then conclude with an open-palm gesture. Keep the container, port and hand contact mechanically coherent and easy to follow. Crisp limited-palette technical cel animation in cobalt blue, acid yellow, bone white and charcoal, calm precise training tone, stable horizontal composition, no text, logos or interface graphics." \
resolution=720p \
fps=24 \
settings.preserveAudio=true \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/0e7fbe81-c3b4-4adf-b120-73865037dba7.jpg \
inputs.referenceVideos.0=https://assets.runware.ai/assets/inputs/060f97db-8ee0-4425-8bb4-0491ffaba37d.mp4{
"taskType": "videoInference",
"taskUUID": "b64a4383-d81a-4ca3-94d9-b849006af1cf",
"model": "prunaai:p-video@animate",
"positivePrompt": "Animate the illustrated cleanroom technician as a polished pharmaceutical equipment explainer. Preserve the subject's cobalt hooded suit, acid-yellow visor, bone-white gloves, risograph ink texture, proportions and recognizable appearance. Transfer the source performance and camera timing faithfully: present the circular aseptic container, align it with the wall port, rotate it one quarter turn, open the coupled lid, indicate the sealing ring, then conclude with an open-palm gesture. Keep the container, port and hand contact mechanically coherent and easy to follow. Crisp limited-palette technical cel animation in cobalt blue, acid yellow, bone white and charcoal, calm precise training tone, stable horizontal composition, no text, logos or interface graphics.",
"resolution": "720p",
"fps": 24,
"settings": {
"preserveAudio": true
},
"inputs": {
"referenceImages": [
"https://assets.runware.ai/assets/inputs/0e7fbe81-c3b4-4adf-b120-73865037dba7.jpg"
],
"referenceVideos": [
"https://assets.runware.ai/assets/inputs/060f97db-8ee0-4425-8bb4-0491ffaba37d.mp4"
]
}
}Response
{
"taskType": "videoInference",
"taskUUID": "b64a4383-d81a-4ca3-94d9-b849006af1cf",
"videoUUID": "6afafa23-005f-4fb9-9858-eac9fc70413f",
"videoURL": "https://vm.runware.ai/video/os/a09dlim3/ws/5/vi/6afafa23-005f-4fb9-9858-eac9fc70413f.mp4",
"seed": 2006044085,
"cost": 0.1813
}