PixVerse Modify

PixVerse Modify is a video-to-video editing model for changing existing footage with text instructions, optional reference images, and masks. It supports subject swapping, object addition and removal, free-form scene edits such as weather or lighting changes, in-video text replacement, and full-video style transfer while preserving the source clip structure.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples7
CODE
Ready-to-use code snippets for common workflows
reference-to-video
Sculptural Floor Lamp Placement Film$0.35~2m 27simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'pixverse:modify@0',
positivePrompt: 'Place the exact sculptural floor lamp from the reference image into the open floor area to the right of the cobalt lounge chair, creating a polished interior-design product placement film. Preserve the lamp\'s distinctive dark bronze stem, cylindrical travertine base, folded fan-shaped parchment shade, proportions, materials, and color. Keep it stationary and correctly grounded on the limestone floor throughout the camera move. Match the room\'s scale, perspective, lens, warm late-afternoon sunlight, soft contact shadow, subtle window reflections, and changing parallax so the lamp appears physically present in the original footage. Let the parchment shade catch a gentle amber glow while retaining visible pleats. Preserve the source architecture, chair, curtains, sea view, camera movement, and calm editorial mood. Photorealistic, premium furniture-catalog cinematography, natural material detail, no people, no logos, no captions or added text.',
resolution: '540p',
settings: {
keyframe: 0
},
inputs: {
video: 'https://assets.runware.ai/assets/inputs/c61c083e-88e1-46ae-9a39-7b9f8afc34e5.mp4',
referenceImages: [
'https://assets.runware.ai/assets/inputs/a729cb23-b06b-42b1-90ac-df96bb76cf33.jpg'
]
}
})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": "pixverse:modify@0",
"positivePrompt": "Place the exact sculptural floor lamp from the reference image into the open floor area to the right of the cobalt lounge chair, creating a polished interior-design product placement film. Preserve the lamp's distinctive dark bronze stem, cylindrical travertine base, folded fan-shaped parchment shade, proportions, materials, and color. Keep it stationary and correctly grounded on the limestone floor throughout the camera move. Match the room's scale, perspective, lens, warm late-afternoon sunlight, soft contact shadow, subtle window reflections, and changing parallax so the lamp appears physically present in the original footage. Let the parchment shade catch a gentle amber glow while retaining visible pleats. Preserve the source architecture, chair, curtains, sea view, camera movement, and calm editorial mood. Photorealistic, premium furniture-catalog cinematography, natural material detail, no people, no logos, no captions or added text.",
"resolution": "540p",
"settings": {
"keyframe": 0
},
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/c61c083e-88e1-46ae-9a39-7b9f8afc34e5.mp4",
"referenceImages": [
"https://assets.runware.ai/assets/inputs/a729cb23-b06b-42b1-90ac-df96bb76cf33.jpg"
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "89e18d5a-a724-47a3-8a87-93d25e166a4a",
"model": "pixverse:modify@0",
"positivePrompt": "Place the exact sculptural floor lamp from the reference image into the open floor area to the right of the cobalt lounge chair, creating a polished interior-design product placement film. Preserve the lamp's distinctive dark bronze stem, cylindrical travertine base, folded fan-shaped parchment shade, proportions, materials, and color. Keep it stationary and correctly grounded on the limestone floor throughout the camera move. Match the room's scale, perspective, lens, warm late-afternoon sunlight, soft contact shadow, subtle window reflections, and changing parallax so the lamp appears physically present in the original footage. Let the parchment shade catch a gentle amber glow while retaining visible pleats. Preserve the source architecture, chair, curtains, sea view, camera movement, and calm editorial mood. Photorealistic, premium furniture-catalog cinematography, natural material detail, no people, no logos, no captions or added text.",
"resolution": "540p",
"settings": {
"keyframe": 0
},
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/c61c083e-88e1-46ae-9a39-7b9f8afc34e5.mp4",
"referenceImages": [
"https://assets.runware.ai/assets/inputs/a729cb23-b06b-42b1-90ac-df96bb76cf33.jpg"
]
}
}
]'runware run pixverse:modify@0 \
positivePrompt="Place the exact sculptural floor lamp from the reference image into the open floor area to the right of the cobalt lounge chair, creating a polished interior-design product placement film. Preserve the lamp's distinctive dark bronze stem, cylindrical travertine base, folded fan-shaped parchment shade, proportions, materials, and color. Keep it stationary and correctly grounded on the limestone floor throughout the camera move. Match the room's scale, perspective, lens, warm late-afternoon sunlight, soft contact shadow, subtle window reflections, and changing parallax so the lamp appears physically present in the original footage. Let the parchment shade catch a gentle amber glow while retaining visible pleats. Preserve the source architecture, chair, curtains, sea view, camera movement, and calm editorial mood. Photorealistic, premium furniture-catalog cinematography, natural material detail, no people, no logos, no captions or added text." \
resolution=540p \
settings.keyframe=0 \
inputs.video=https://assets.runware.ai/assets/inputs/c61c083e-88e1-46ae-9a39-7b9f8afc34e5.mp4 \
inputs.referenceImages.0=https://assets.runware.ai/assets/inputs/a729cb23-b06b-42b1-90ac-df96bb76cf33.jpg{
"taskType": "videoInference",
"taskUUID": "89e18d5a-a724-47a3-8a87-93d25e166a4a",
"model": "pixverse:modify@0",
"positivePrompt": "Place the exact sculptural floor lamp from the reference image into the open floor area to the right of the cobalt lounge chair, creating a polished interior-design product placement film. Preserve the lamp's distinctive dark bronze stem, cylindrical travertine base, folded fan-shaped parchment shade, proportions, materials, and color. Keep it stationary and correctly grounded on the limestone floor throughout the camera move. Match the room's scale, perspective, lens, warm late-afternoon sunlight, soft contact shadow, subtle window reflections, and changing parallax so the lamp appears physically present in the original footage. Let the parchment shade catch a gentle amber glow while retaining visible pleats. Preserve the source architecture, chair, curtains, sea view, camera movement, and calm editorial mood. Photorealistic, premium furniture-catalog cinematography, natural material detail, no people, no logos, no captions or added text.",
"resolution": "540p",
"settings": {
"keyframe": 0
},
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/c61c083e-88e1-46ae-9a39-7b9f8afc34e5.mp4",
"referenceImages": [
"https://assets.runware.ai/assets/inputs/a729cb23-b06b-42b1-90ac-df96bb76cf33.jpg"
]
}
}Response
{
"taskType": "videoInference",
"taskUUID": "89e18d5a-a724-47a3-8a87-93d25e166a4a",
"videoUUID": "f3fb036c-8d39-485b-9ecf-fb0e13bf6417",
"videoURL": "https://vm.runware.ai/video/os/a10dlim3/ws/5/vi/f3fb036c-8d39-485b-9ecf-fb0e13bf6417.mp4",
"seed": 725093229,
"cost": 0.35
}video-edit
Badlands Fossil Exhibit Promo$0.42~2m 54simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'pixverse:modify@0',
positivePrompt: 'Replace the neutral studio background with an authentic late-summer paleontology excavation camp in the Montana badlands. Surround the conservator with layered ochre sandstone ridges, marked dig squares, low canvas shade sails, specimen crates and a few distant field tools. Preserve the conservator, ceratopsian skull, worktable, brushing action, body movement, camera motion, framing and original timing exactly. Integrate the subject naturally into the new location with dry ground beneath the table, realistic contact shadows and warm late-afternoon sunlight consistent with the source lighting. Subtle breeze moving the shade canvas and sparse prairie grass; clear turquoise sky, dusty amber and mineral-red palette. Premium natural-history documentary cinematography, scientifically credible, restrained and photorealistic. No captions, logos or added people.',
resolution: '720p',
inputs: {
video: 'https://assets.runware.ai/assets/inputs/86ca4a1f-b764-4781-abfa-ed2139aa38c4.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": "pixverse:modify@0",
"positivePrompt": "Replace the neutral studio background with an authentic late-summer paleontology excavation camp in the Montana badlands. Surround the conservator with layered ochre sandstone ridges, marked dig squares, low canvas shade sails, specimen crates and a few distant field tools. Preserve the conservator, ceratopsian skull, worktable, brushing action, body movement, camera motion, framing and original timing exactly. Integrate the subject naturally into the new location with dry ground beneath the table, realistic contact shadows and warm late-afternoon sunlight consistent with the source lighting. Subtle breeze moving the shade canvas and sparse prairie grass; clear turquoise sky, dusty amber and mineral-red palette. Premium natural-history documentary cinematography, scientifically credible, restrained and photorealistic. No captions, logos or added people.",
"resolution": "720p",
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/86ca4a1f-b764-4781-abfa-ed2139aa38c4.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": "7a96a1ed-8d62-4786-a5fa-fb2428b61ee1",
"model": "pixverse:modify@0",
"positivePrompt": "Replace the neutral studio background with an authentic late-summer paleontology excavation camp in the Montana badlands. Surround the conservator with layered ochre sandstone ridges, marked dig squares, low canvas shade sails, specimen crates and a few distant field tools. Preserve the conservator, ceratopsian skull, worktable, brushing action, body movement, camera motion, framing and original timing exactly. Integrate the subject naturally into the new location with dry ground beneath the table, realistic contact shadows and warm late-afternoon sunlight consistent with the source lighting. Subtle breeze moving the shade canvas and sparse prairie grass; clear turquoise sky, dusty amber and mineral-red palette. Premium natural-history documentary cinematography, scientifically credible, restrained and photorealistic. No captions, logos or added people.",
"resolution": "720p",
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/86ca4a1f-b764-4781-abfa-ed2139aa38c4.mp4"
}
}
]'runware run pixverse:modify@0 \
positivePrompt="Replace the neutral studio background with an authentic late-summer paleontology excavation camp in the Montana badlands. Surround the conservator with layered ochre sandstone ridges, marked dig squares, low canvas shade sails, specimen crates and a few distant field tools. Preserve the conservator, ceratopsian skull, worktable, brushing action, body movement, camera motion, framing and original timing exactly. Integrate the subject naturally into the new location with dry ground beneath the table, realistic contact shadows and warm late-afternoon sunlight consistent with the source lighting. Subtle breeze moving the shade canvas and sparse prairie grass; clear turquoise sky, dusty amber and mineral-red palette. Premium natural-history documentary cinematography, scientifically credible, restrained and photorealistic. No captions, logos or added people." \
resolution=720p \
inputs.video=https://assets.runware.ai/assets/inputs/86ca4a1f-b764-4781-abfa-ed2139aa38c4.mp4{
"taskType": "videoInference",
"taskUUID": "7a96a1ed-8d62-4786-a5fa-fb2428b61ee1",
"model": "pixverse:modify@0",
"positivePrompt": "Replace the neutral studio background with an authentic late-summer paleontology excavation camp in the Montana badlands. Surround the conservator with layered ochre sandstone ridges, marked dig squares, low canvas shade sails, specimen crates and a few distant field tools. Preserve the conservator, ceratopsian skull, worktable, brushing action, body movement, camera motion, framing and original timing exactly. Integrate the subject naturally into the new location with dry ground beneath the table, realistic contact shadows and warm late-afternoon sunlight consistent with the source lighting. Subtle breeze moving the shade canvas and sparse prairie grass; clear turquoise sky, dusty amber and mineral-red palette. Premium natural-history documentary cinematography, scientifically credible, restrained and photorealistic. No captions, logos or added people.",
"resolution": "720p",
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/86ca4a1f-b764-4781-abfa-ed2139aa38c4.mp4"
}
}Response
{
"taskType": "videoInference",
"taskUUID": "7a96a1ed-8d62-4786-a5fa-fb2428b61ee1",
"videoUUID": "6d502a1f-7f7a-482e-82c3-88aff604e9c5",
"videoURL": "https://vm.runware.ai/video/os/a10dlim3/ws/5/vi/6d502a1f-7f7a-482e-82c3-88aff604e9c5.mp4",
"seed": 45563506,
"cost": 0.42
}video-edit
Embroidered Garment Workshop Music Video$0.42~3m 39simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'pixverse:modify@0',
positivePrompt: 'Transform the source footage into a handcrafted embroidered textile world for a chamber-pop music video. Preserve the exact dancers, choreography, camera move, timing, framing, and workshop composition. Render every surface as tactile woven cloth: cream canvas walls, indigo workwear, saffron and rust fabric bolts, visible linen grain, layered appliqué edges, chain-stitched outlines, loose fibers, and dimensional thread shadows. Turn each dancer’s moving arms and fabric into elegant flowing trails of red embroidery thread that follow the original motion, briefly forming botanical motifs before settling back into the cloth. Sewing tools become stitched fabric cutouts but remain in their original positions. Keep faces recognizable and expressive through refined thread portraiture. Warm late-afternoon light, rhythmic editorial polish, sophisticated folk-art direction, crisp material detail, cohesive limited palette, no added lettering, no logos, no new cuts.',
resolution: '720p',
inputs: {
video: 'https://assets.runware.ai/assets/inputs/fd21b210-5311-4dee-b45e-84b6b9df51a2.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": "pixverse:modify@0",
"positivePrompt": "Transform the source footage into a handcrafted embroidered textile world for a chamber-pop music video. Preserve the exact dancers, choreography, camera move, timing, framing, and workshop composition. Render every surface as tactile woven cloth: cream canvas walls, indigo workwear, saffron and rust fabric bolts, visible linen grain, layered appliqué edges, chain-stitched outlines, loose fibers, and dimensional thread shadows. Turn each dancer’s moving arms and fabric into elegant flowing trails of red embroidery thread that follow the original motion, briefly forming botanical motifs before settling back into the cloth. Sewing tools become stitched fabric cutouts but remain in their original positions. Keep faces recognizable and expressive through refined thread portraiture. Warm late-afternoon light, rhythmic editorial polish, sophisticated folk-art direction, crisp material detail, cohesive limited palette, no added lettering, no logos, no new cuts.",
"resolution": "720p",
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/fd21b210-5311-4dee-b45e-84b6b9df51a2.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": "246c72ed-540e-4001-8971-a864da609e80",
"model": "pixverse:modify@0",
"positivePrompt": "Transform the source footage into a handcrafted embroidered textile world for a chamber-pop music video. Preserve the exact dancers, choreography, camera move, timing, framing, and workshop composition. Render every surface as tactile woven cloth: cream canvas walls, indigo workwear, saffron and rust fabric bolts, visible linen grain, layered appliqué edges, chain-stitched outlines, loose fibers, and dimensional thread shadows. Turn each dancer’s moving arms and fabric into elegant flowing trails of red embroidery thread that follow the original motion, briefly forming botanical motifs before settling back into the cloth. Sewing tools become stitched fabric cutouts but remain in their original positions. Keep faces recognizable and expressive through refined thread portraiture. Warm late-afternoon light, rhythmic editorial polish, sophisticated folk-art direction, crisp material detail, cohesive limited palette, no added lettering, no logos, no new cuts.",
"resolution": "720p",
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/fd21b210-5311-4dee-b45e-84b6b9df51a2.mp4"
}
}
]'runware run pixverse:modify@0 \
positivePrompt="Transform the source footage into a handcrafted embroidered textile world for a chamber-pop music video. Preserve the exact dancers, choreography, camera move, timing, framing, and workshop composition. Render every surface as tactile woven cloth: cream canvas walls, indigo workwear, saffron and rust fabric bolts, visible linen grain, layered appliqué edges, chain-stitched outlines, loose fibers, and dimensional thread shadows. Turn each dancer’s moving arms and fabric into elegant flowing trails of red embroidery thread that follow the original motion, briefly forming botanical motifs before settling back into the cloth. Sewing tools become stitched fabric cutouts but remain in their original positions. Keep faces recognizable and expressive through refined thread portraiture. Warm late-afternoon light, rhythmic editorial polish, sophisticated folk-art direction, crisp material detail, cohesive limited palette, no added lettering, no logos, no new cuts." \
resolution=720p \
inputs.video=https://assets.runware.ai/assets/inputs/fd21b210-5311-4dee-b45e-84b6b9df51a2.mp4{
"taskType": "videoInference",
"taskUUID": "246c72ed-540e-4001-8971-a864da609e80",
"model": "pixverse:modify@0",
"positivePrompt": "Transform the source footage into a handcrafted embroidered textile world for a chamber-pop music video. Preserve the exact dancers, choreography, camera move, timing, framing, and workshop composition. Render every surface as tactile woven cloth: cream canvas walls, indigo workwear, saffron and rust fabric bolts, visible linen grain, layered appliqué edges, chain-stitched outlines, loose fibers, and dimensional thread shadows. Turn each dancer’s moving arms and fabric into elegant flowing trails of red embroidery thread that follow the original motion, briefly forming botanical motifs before settling back into the cloth. Sewing tools become stitched fabric cutouts but remain in their original positions. Keep faces recognizable and expressive through refined thread portraiture. Warm late-afternoon light, rhythmic editorial polish, sophisticated folk-art direction, crisp material detail, cohesive limited palette, no added lettering, no logos, no new cuts.",
"resolution": "720p",
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/fd21b210-5311-4dee-b45e-84b6b9df51a2.mp4"
}
}Response
{
"taskType": "videoInference",
"taskUUID": "246c72ed-540e-4001-8971-a864da609e80",
"videoUUID": "a0980d78-06cc-494a-87e1-f4aadfdd41e0",
"videoURL": "https://vm.runware.ai/video/os/a10dlim3/ws/5/vi/a0980d78-06cc-494a-87e1-f4aadfdd41e0.mp4",
"seed": 1069663654,
"cost": 0.42
}import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'pixverse:modify@0',
positivePrompt: 'Transform the train terminal into a vast underwater civic hall. Keep the original camera movement, composition, architecture, and blocking, but replace the dry interior with a fully submerged scene. The floor becomes a shallow reflective seabed with rippled sand and scattered shells, columns and arches gain soft coral growth and sea fans, suspended particles drift through the water, and schools of small silver fish weave between commuters who are now stylized as divers in elegant vintage-inspired suits with clear helmets. Sunbeams filter down from above with shimmering caustic patterns across walls and floor. Ticket boards become weathered nautical wayfinding signs, benches are partially overgrown with anemones, and the whole space feels majestic, serene, and dreamlike, with cinematic realism and rich turquoise-gold color contrast.',
resolution: '720p',
seed: 56321,
settings: {
keyframe: 12
},
inputs: {
video: 'https://assets.runware.ai/assets/inputs/3dfefdc2-67e1-4515-b104-781c9b79c5cb.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": "pixverse:modify@0",
"positivePrompt": "Transform the train terminal into a vast underwater civic hall. Keep the original camera movement, composition, architecture, and blocking, but replace the dry interior with a fully submerged scene. The floor becomes a shallow reflective seabed with rippled sand and scattered shells, columns and arches gain soft coral growth and sea fans, suspended particles drift through the water, and schools of small silver fish weave between commuters who are now stylized as divers in elegant vintage-inspired suits with clear helmets. Sunbeams filter down from above with shimmering caustic patterns across walls and floor. Ticket boards become weathered nautical wayfinding signs, benches are partially overgrown with anemones, and the whole space feels majestic, serene, and dreamlike, with cinematic realism and rich turquoise-gold color contrast.",
"resolution": "720p",
"seed": 56321,
"settings": {
"keyframe": 12
},
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/3dfefdc2-67e1-4515-b104-781c9b79c5cb.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": "60e3822a-e8b0-4f24-b9aa-b4836c885986",
"model": "pixverse:modify@0",
"positivePrompt": "Transform the train terminal into a vast underwater civic hall. Keep the original camera movement, composition, architecture, and blocking, but replace the dry interior with a fully submerged scene. The floor becomes a shallow reflective seabed with rippled sand and scattered shells, columns and arches gain soft coral growth and sea fans, suspended particles drift through the water, and schools of small silver fish weave between commuters who are now stylized as divers in elegant vintage-inspired suits with clear helmets. Sunbeams filter down from above with shimmering caustic patterns across walls and floor. Ticket boards become weathered nautical wayfinding signs, benches are partially overgrown with anemones, and the whole space feels majestic, serene, and dreamlike, with cinematic realism and rich turquoise-gold color contrast.",
"resolution": "720p",
"seed": 56321,
"settings": {
"keyframe": 12
},
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/3dfefdc2-67e1-4515-b104-781c9b79c5cb.mp4"
}
}
]'runware run pixverse:modify@0 \
positivePrompt="Transform the train terminal into a vast underwater civic hall. Keep the original camera movement, composition, architecture, and blocking, but replace the dry interior with a fully submerged scene. The floor becomes a shallow reflective seabed with rippled sand and scattered shells, columns and arches gain soft coral growth and sea fans, suspended particles drift through the water, and schools of small silver fish weave between commuters who are now stylized as divers in elegant vintage-inspired suits with clear helmets. Sunbeams filter down from above with shimmering caustic patterns across walls and floor. Ticket boards become weathered nautical wayfinding signs, benches are partially overgrown with anemones, and the whole space feels majestic, serene, and dreamlike, with cinematic realism and rich turquoise-gold color contrast." \
resolution=720p \
seed=56321 \
settings.keyframe=12 \
inputs.video=https://assets.runware.ai/assets/inputs/3dfefdc2-67e1-4515-b104-781c9b79c5cb.mp4{
"taskType": "videoInference",
"taskUUID": "60e3822a-e8b0-4f24-b9aa-b4836c885986",
"model": "pixverse:modify@0",
"positivePrompt": "Transform the train terminal into a vast underwater civic hall. Keep the original camera movement, composition, architecture, and blocking, but replace the dry interior with a fully submerged scene. The floor becomes a shallow reflective seabed with rippled sand and scattered shells, columns and arches gain soft coral growth and sea fans, suspended particles drift through the water, and schools of small silver fish weave between commuters who are now stylized as divers in elegant vintage-inspired suits with clear helmets. Sunbeams filter down from above with shimmering caustic patterns across walls and floor. Ticket boards become weathered nautical wayfinding signs, benches are partially overgrown with anemones, and the whole space feels majestic, serene, and dreamlike, with cinematic realism and rich turquoise-gold color contrast.",
"resolution": "720p",
"seed": 56321,
"settings": {
"keyframe": 12
},
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/3dfefdc2-67e1-4515-b104-781c9b79c5cb.mp4"
}
}Response
{
"taskType": "videoInference",
"taskUUID": "60e3822a-e8b0-4f24-b9aa-b4836c885986",
"videoUUID": "42b63029-2316-4dbd-9fd2-198e0eda1ab7",
"videoURL": "https://vm.runware.ai/video/os/a06dlim3/ws/5/vi/42b63029-2316-4dbd-9fd2-198e0eda1ab7.mp4",
"seed": 56321,
"cost": 0.42
}import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'pixverse:modify@0',
positivePrompt: 'Transform the ballroom into a vast submerged aquarium hall with cracked marble columns, drifting ribbons of seagrass, schools of silver fish gliding beyond towering glass walls, soft caustic light patterns moving across the floor and ceiling, elegant formal attire restyled into flowing aquatic couture with translucent fabrics and pearl details, suspended bubbles, faint haze, dreamlike grandeur, cinematic realism, preserve the dancers\' choreography, camera motion, body proportions, and overall framing.',
resolution: '720p',
seed: 44629,
settings: {
keyframe: 24
},
inputs: {
video: 'https://assets.runware.ai/assets/inputs/6228e0a9-6cc6-4bc6-ad8b-599bdd0734a5.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": "pixverse:modify@0",
"positivePrompt": "Transform the ballroom into a vast submerged aquarium hall with cracked marble columns, drifting ribbons of seagrass, schools of silver fish gliding beyond towering glass walls, soft caustic light patterns moving across the floor and ceiling, elegant formal attire restyled into flowing aquatic couture with translucent fabrics and pearl details, suspended bubbles, faint haze, dreamlike grandeur, cinematic realism, preserve the dancers' choreography, camera motion, body proportions, and overall framing.",
"resolution": "720p",
"seed": 44629,
"settings": {
"keyframe": 24
},
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/6228e0a9-6cc6-4bc6-ad8b-599bdd0734a5.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": "05f3980c-eeb4-411a-ac7a-db394d303313",
"model": "pixverse:modify@0",
"positivePrompt": "Transform the ballroom into a vast submerged aquarium hall with cracked marble columns, drifting ribbons of seagrass, schools of silver fish gliding beyond towering glass walls, soft caustic light patterns moving across the floor and ceiling, elegant formal attire restyled into flowing aquatic couture with translucent fabrics and pearl details, suspended bubbles, faint haze, dreamlike grandeur, cinematic realism, preserve the dancers' choreography, camera motion, body proportions, and overall framing.",
"resolution": "720p",
"seed": 44629,
"settings": {
"keyframe": 24
},
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/6228e0a9-6cc6-4bc6-ad8b-599bdd0734a5.mp4"
}
}
]'runware run pixverse:modify@0 \
positivePrompt="Transform the ballroom into a vast submerged aquarium hall with cracked marble columns, drifting ribbons of seagrass, schools of silver fish gliding beyond towering glass walls, soft caustic light patterns moving across the floor and ceiling, elegant formal attire restyled into flowing aquatic couture with translucent fabrics and pearl details, suspended bubbles, faint haze, dreamlike grandeur, cinematic realism, preserve the dancers' choreography, camera motion, body proportions, and overall framing." \
resolution=720p \
seed=44629 \
settings.keyframe=24 \
inputs.video=https://assets.runware.ai/assets/inputs/6228e0a9-6cc6-4bc6-ad8b-599bdd0734a5.mp4{
"taskType": "videoInference",
"taskUUID": "05f3980c-eeb4-411a-ac7a-db394d303313",
"model": "pixverse:modify@0",
"positivePrompt": "Transform the ballroom into a vast submerged aquarium hall with cracked marble columns, drifting ribbons of seagrass, schools of silver fish gliding beyond towering glass walls, soft caustic light patterns moving across the floor and ceiling, elegant formal attire restyled into flowing aquatic couture with translucent fabrics and pearl details, suspended bubbles, faint haze, dreamlike grandeur, cinematic realism, preserve the dancers' choreography, camera motion, body proportions, and overall framing.",
"resolution": "720p",
"seed": 44629,
"settings": {
"keyframe": 24
},
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/6228e0a9-6cc6-4bc6-ad8b-599bdd0734a5.mp4"
}
}Response
{
"taskType": "videoInference",
"taskUUID": "05f3980c-eeb4-411a-ac7a-db394d303313",
"videoUUID": "8b6c30ca-70f9-4604-8e7b-a5c4406dbd89",
"videoURL": "https://vm.runware.ai/video/os/a09dlim3/ws/5/vi/8b6c30ca-70f9-4604-8e7b-a5c4406dbd89.mp4",
"seed": 44629,
"cost": 0.42
}import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'pixverse:modify@0',
positivePrompt: 'Transform the source footage into a tense futuristic street bazaar during a violent windstorm at midnight. Keep the original camera motion, walking path, stall layout, and crowd blocking, but restyle the environment with holographic price tags, drenched pavement reflections, torn fabric awnings whipping overhead, sparks from damaged cables, scattered fruit crates sliding across the ground, and a courier sprinting through the center of frame as if escaping pursuit. Add flickering multilingual shop signage, streaks of blue and amber light, misty exhaust from compact scooters, and a cinematic action-thriller mood. Preserve believable human motion and spatial continuity.',
resolution: '720p',
seed: 56932,
settings: {
keyframe: 12
},
inputs: {
video: 'https://assets.runware.ai/assets/inputs/a1ebcfa6-8c55-47bf-8764-5ddbbe03cd58.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": "pixverse:modify@0",
"positivePrompt": "Transform the source footage into a tense futuristic street bazaar during a violent windstorm at midnight. Keep the original camera motion, walking path, stall layout, and crowd blocking, but restyle the environment with holographic price tags, drenched pavement reflections, torn fabric awnings whipping overhead, sparks from damaged cables, scattered fruit crates sliding across the ground, and a courier sprinting through the center of frame as if escaping pursuit. Add flickering multilingual shop signage, streaks of blue and amber light, misty exhaust from compact scooters, and a cinematic action-thriller mood. Preserve believable human motion and spatial continuity.",
"resolution": "720p",
"seed": 56932,
"settings": {
"keyframe": 12
},
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/a1ebcfa6-8c55-47bf-8764-5ddbbe03cd58.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": "1b5aafb9-6e31-44ef-917d-5974b73a1f6d",
"model": "pixverse:modify@0",
"positivePrompt": "Transform the source footage into a tense futuristic street bazaar during a violent windstorm at midnight. Keep the original camera motion, walking path, stall layout, and crowd blocking, but restyle the environment with holographic price tags, drenched pavement reflections, torn fabric awnings whipping overhead, sparks from damaged cables, scattered fruit crates sliding across the ground, and a courier sprinting through the center of frame as if escaping pursuit. Add flickering multilingual shop signage, streaks of blue and amber light, misty exhaust from compact scooters, and a cinematic action-thriller mood. Preserve believable human motion and spatial continuity.",
"resolution": "720p",
"seed": 56932,
"settings": {
"keyframe": 12
},
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/a1ebcfa6-8c55-47bf-8764-5ddbbe03cd58.mp4"
}
}
]'runware run pixverse:modify@0 \
positivePrompt="Transform the source footage into a tense futuristic street bazaar during a violent windstorm at midnight. Keep the original camera motion, walking path, stall layout, and crowd blocking, but restyle the environment with holographic price tags, drenched pavement reflections, torn fabric awnings whipping overhead, sparks from damaged cables, scattered fruit crates sliding across the ground, and a courier sprinting through the center of frame as if escaping pursuit. Add flickering multilingual shop signage, streaks of blue and amber light, misty exhaust from compact scooters, and a cinematic action-thriller mood. Preserve believable human motion and spatial continuity." \
resolution=720p \
seed=56932 \
settings.keyframe=12 \
inputs.video=https://assets.runware.ai/assets/inputs/a1ebcfa6-8c55-47bf-8764-5ddbbe03cd58.mp4{
"taskType": "videoInference",
"taskUUID": "1b5aafb9-6e31-44ef-917d-5974b73a1f6d",
"model": "pixverse:modify@0",
"positivePrompt": "Transform the source footage into a tense futuristic street bazaar during a violent windstorm at midnight. Keep the original camera motion, walking path, stall layout, and crowd blocking, but restyle the environment with holographic price tags, drenched pavement reflections, torn fabric awnings whipping overhead, sparks from damaged cables, scattered fruit crates sliding across the ground, and a courier sprinting through the center of frame as if escaping pursuit. Add flickering multilingual shop signage, streaks of blue and amber light, misty exhaust from compact scooters, and a cinematic action-thriller mood. Preserve believable human motion and spatial continuity.",
"resolution": "720p",
"seed": 56932,
"settings": {
"keyframe": 12
},
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/a1ebcfa6-8c55-47bf-8764-5ddbbe03cd58.mp4"
}
}Response
{
"taskType": "videoInference",
"taskUUID": "1b5aafb9-6e31-44ef-917d-5974b73a1f6d",
"videoUUID": "cce011d8-c8b4-47d6-96ff-59958d656ebe",
"videoURL": "https://vm.runware.ai/video/os/a05d22/ws/5/vi/cce011d8-c8b4-47d6-96ff-59958d656ebe.mp4",
"seed": 56932,
"cost": 0.42
}import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'pixverse:modify@0',
positivePrompt: 'Transform the subway platform into a vast subterranean fungal transit station carved into warm basalt caverns. Keep the original camera motion, platform layout, train timing, and human positions, but replace tiled walls with layered rock and sprawling shelf mushrooms, overhead lights with glowing amber spore-pods, and station signage with elegant route symbols etched into mineral panels. The arriving train becomes a sleek mineral-and-ceramic commuter vehicle with soft organic contours and faint pollen-like motes drifting around it. Commuters wear practical travel clothing accented with natural fiber capes, mushroom-leather bags, and subtle earth-toned trims. Add shallow ground mist, damp reflective stone, delicate hanging roots, and rich textures of ochre, umber, rust, and muted gold. Cinematic fantasy realism, immersive environmental detail, believable integration, high consistency across frames.',
resolution: '720p',
seed: 12333,
settings: {
keyframe: 12
},
inputs: {
video: 'https://assets.runware.ai/assets/inputs/e68449fa-e3f6-4689-8b9d-ac5d4aa896ea.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": "pixverse:modify@0",
"positivePrompt": "Transform the subway platform into a vast subterranean fungal transit station carved into warm basalt caverns. Keep the original camera motion, platform layout, train timing, and human positions, but replace tiled walls with layered rock and sprawling shelf mushrooms, overhead lights with glowing amber spore-pods, and station signage with elegant route symbols etched into mineral panels. The arriving train becomes a sleek mineral-and-ceramic commuter vehicle with soft organic contours and faint pollen-like motes drifting around it. Commuters wear practical travel clothing accented with natural fiber capes, mushroom-leather bags, and subtle earth-toned trims. Add shallow ground mist, damp reflective stone, delicate hanging roots, and rich textures of ochre, umber, rust, and muted gold. Cinematic fantasy realism, immersive environmental detail, believable integration, high consistency across frames.",
"resolution": "720p",
"seed": 12333,
"settings": {
"keyframe": 12
},
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/e68449fa-e3f6-4689-8b9d-ac5d4aa896ea.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": "dbe3b03a-7c5b-46ad-aa46-7b4d1167d842",
"model": "pixverse:modify@0",
"positivePrompt": "Transform the subway platform into a vast subterranean fungal transit station carved into warm basalt caverns. Keep the original camera motion, platform layout, train timing, and human positions, but replace tiled walls with layered rock and sprawling shelf mushrooms, overhead lights with glowing amber spore-pods, and station signage with elegant route symbols etched into mineral panels. The arriving train becomes a sleek mineral-and-ceramic commuter vehicle with soft organic contours and faint pollen-like motes drifting around it. Commuters wear practical travel clothing accented with natural fiber capes, mushroom-leather bags, and subtle earth-toned trims. Add shallow ground mist, damp reflective stone, delicate hanging roots, and rich textures of ochre, umber, rust, and muted gold. Cinematic fantasy realism, immersive environmental detail, believable integration, high consistency across frames.",
"resolution": "720p",
"seed": 12333,
"settings": {
"keyframe": 12
},
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/e68449fa-e3f6-4689-8b9d-ac5d4aa896ea.mp4"
}
}
]'runware run pixverse:modify@0 \
positivePrompt="Transform the subway platform into a vast subterranean fungal transit station carved into warm basalt caverns. Keep the original camera motion, platform layout, train timing, and human positions, but replace tiled walls with layered rock and sprawling shelf mushrooms, overhead lights with glowing amber spore-pods, and station signage with elegant route symbols etched into mineral panels. The arriving train becomes a sleek mineral-and-ceramic commuter vehicle with soft organic contours and faint pollen-like motes drifting around it. Commuters wear practical travel clothing accented with natural fiber capes, mushroom-leather bags, and subtle earth-toned trims. Add shallow ground mist, damp reflective stone, delicate hanging roots, and rich textures of ochre, umber, rust, and muted gold. Cinematic fantasy realism, immersive environmental detail, believable integration, high consistency across frames." \
resolution=720p \
seed=12333 \
settings.keyframe=12 \
inputs.video=https://assets.runware.ai/assets/inputs/e68449fa-e3f6-4689-8b9d-ac5d4aa896ea.mp4{
"taskType": "videoInference",
"taskUUID": "dbe3b03a-7c5b-46ad-aa46-7b4d1167d842",
"model": "pixverse:modify@0",
"positivePrompt": "Transform the subway platform into a vast subterranean fungal transit station carved into warm basalt caverns. Keep the original camera motion, platform layout, train timing, and human positions, but replace tiled walls with layered rock and sprawling shelf mushrooms, overhead lights with glowing amber spore-pods, and station signage with elegant route symbols etched into mineral panels. The arriving train becomes a sleek mineral-and-ceramic commuter vehicle with soft organic contours and faint pollen-like motes drifting around it. Commuters wear practical travel clothing accented with natural fiber capes, mushroom-leather bags, and subtle earth-toned trims. Add shallow ground mist, damp reflective stone, delicate hanging roots, and rich textures of ochre, umber, rust, and muted gold. Cinematic fantasy realism, immersive environmental detail, believable integration, high consistency across frames.",
"resolution": "720p",
"seed": 12333,
"settings": {
"keyframe": 12
},
"inputs": {
"video": "https://assets.runware.ai/assets/inputs/e68449fa-e3f6-4689-8b9d-ac5d4aa896ea.mp4"
}
}Response
{
"taskType": "videoInference",
"taskUUID": "dbe3b03a-7c5b-46ad-aa46-7b4d1167d842",
"videoUUID": "9ef953b6-018f-4f80-885b-d7d182d0b378",
"videoURL": "https://vm.runware.ai/video/os/a02d21/ws/5/vi/9ef953b6-018f-4f80-885b-d7d182d0b378.mp4",
"seed": 12333,
"cost": 0.42
}