Seedance 1.0 Pro Fast

Seedance 1.0 Pro Fast accelerates the core Seedance pipeline for expressive dance and performance clips. It turns text prompts or reference images into smooth, cinematic motion with strong temporal consistency. Ideal for rapid iteration in creative tools and production workflows.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples4
CODE
Ready-to-use code snippets for common workflows
text-to-video
Aquaculture Workwear Fashion Showcase Reel$0.0807~34simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:2@2',
positivePrompt: 'A polished six-second commercial fashion showcase for premium aquaculture workwear, presented as one continuous cinematic shot. Inside a bright modern shellfish hatchery, a confident androgynous model wears sea-glass green chest waders with visible waterproof seam construction, matte charcoal boots, and a cropped rust-orange utility shell with oversized storm pockets. The model strides through a shallow rectangular tidal tank, creating crisp ripples, then turns smoothly toward camera and raises one arm to reveal the jacket\'s articulated sleeve and side ventilation panel. Keep the complete outfit clearly visible and consistent throughout. Sunlight refracts through overhead water pipes, casting moving caustic patterns across pale concrete walls; aeration bubbles shimmer in adjacent tanks, fine mist drifts gently, and suspended translucent curtains sway in the ventilation breeze. The camera begins at boot level beside the water, tracks backward with the model, then rises into a subtle three-quarter orbit during the turn, ending on a strong full-body hero frame. Clean editorial art direction, coral orange and cool aqua palette, crisp daylight, realistic technical fabrics, premium fashion-film finish, natural body mechanics, smooth temporal consistency, no lettering, no logos.',
width: 1248,
height: 704,
duration: 6
})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": "bytedance:2@2",
"positivePrompt": "A polished six-second commercial fashion showcase for premium aquaculture workwear, presented as one continuous cinematic shot. Inside a bright modern shellfish hatchery, a confident androgynous model wears sea-glass green chest waders with visible waterproof seam construction, matte charcoal boots, and a cropped rust-orange utility shell with oversized storm pockets. The model strides through a shallow rectangular tidal tank, creating crisp ripples, then turns smoothly toward camera and raises one arm to reveal the jacket's articulated sleeve and side ventilation panel. Keep the complete outfit clearly visible and consistent throughout. Sunlight refracts through overhead water pipes, casting moving caustic patterns across pale concrete walls; aeration bubbles shimmer in adjacent tanks, fine mist drifts gently, and suspended translucent curtains sway in the ventilation breeze. The camera begins at boot level beside the water, tracks backward with the model, then rises into a subtle three-quarter orbit during the turn, ending on a strong full-body hero frame. Clean editorial art direction, coral orange and cool aqua palette, crisp daylight, realistic technical fabrics, premium fashion-film finish, natural body mechanics, smooth temporal consistency, no lettering, no logos.",
"width": 1248,
"height": 704,
"duration": 6
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "0f96d977-3a1b-497d-bebc-c943ecce3584",
"model": "bytedance:2@2",
"positivePrompt": "A polished six-second commercial fashion showcase for premium aquaculture workwear, presented as one continuous cinematic shot. Inside a bright modern shellfish hatchery, a confident androgynous model wears sea-glass green chest waders with visible waterproof seam construction, matte charcoal boots, and a cropped rust-orange utility shell with oversized storm pockets. The model strides through a shallow rectangular tidal tank, creating crisp ripples, then turns smoothly toward camera and raises one arm to reveal the jacket's articulated sleeve and side ventilation panel. Keep the complete outfit clearly visible and consistent throughout. Sunlight refracts through overhead water pipes, casting moving caustic patterns across pale concrete walls; aeration bubbles shimmer in adjacent tanks, fine mist drifts gently, and suspended translucent curtains sway in the ventilation breeze. The camera begins at boot level beside the water, tracks backward with the model, then rises into a subtle three-quarter orbit during the turn, ending on a strong full-body hero frame. Clean editorial art direction, coral orange and cool aqua palette, crisp daylight, realistic technical fabrics, premium fashion-film finish, natural body mechanics, smooth temporal consistency, no lettering, no logos.",
"width": 1248,
"height": 704,
"duration": 6
}
]'runware run bytedance:2@2 \
positivePrompt="A polished six-second commercial fashion showcase for premium aquaculture workwear, presented as one continuous cinematic shot. Inside a bright modern shellfish hatchery, a confident androgynous model wears sea-glass green chest waders with visible waterproof seam construction, matte charcoal boots, and a cropped rust-orange utility shell with oversized storm pockets. The model strides through a shallow rectangular tidal tank, creating crisp ripples, then turns smoothly toward camera and raises one arm to reveal the jacket's articulated sleeve and side ventilation panel. Keep the complete outfit clearly visible and consistent throughout. Sunlight refracts through overhead water pipes, casting moving caustic patterns across pale concrete walls; aeration bubbles shimmer in adjacent tanks, fine mist drifts gently, and suspended translucent curtains sway in the ventilation breeze. The camera begins at boot level beside the water, tracks backward with the model, then rises into a subtle three-quarter orbit during the turn, ending on a strong full-body hero frame. Clean editorial art direction, coral orange and cool aqua palette, crisp daylight, realistic technical fabrics, premium fashion-film finish, natural body mechanics, smooth temporal consistency, no lettering, no logos." \
width=1248 \
height=704 \
duration=6{
"taskType": "videoInference",
"taskUUID": "0f96d977-3a1b-497d-bebc-c943ecce3584",
"model": "bytedance:2@2",
"positivePrompt": "A polished six-second commercial fashion showcase for premium aquaculture workwear, presented as one continuous cinematic shot. Inside a bright modern shellfish hatchery, a confident androgynous model wears sea-glass green chest waders with visible waterproof seam construction, matte charcoal boots, and a cropped rust-orange utility shell with oversized storm pockets. The model strides through a shallow rectangular tidal tank, creating crisp ripples, then turns smoothly toward camera and raises one arm to reveal the jacket's articulated sleeve and side ventilation panel. Keep the complete outfit clearly visible and consistent throughout. Sunlight refracts through overhead water pipes, casting moving caustic patterns across pale concrete walls; aeration bubbles shimmer in adjacent tanks, fine mist drifts gently, and suspended translucent curtains sway in the ventilation breeze. The camera begins at boot level beside the water, tracks backward with the model, then rises into a subtle three-quarter orbit during the turn, ending on a strong full-body hero frame. Clean editorial art direction, coral orange and cool aqua palette, crisp daylight, realistic technical fabrics, premium fashion-film finish, natural body mechanics, smooth temporal consistency, no lettering, no logos.",
"width": 1248,
"height": 704,
"duration": 6
}Response
{
"taskType": "videoInference",
"taskUUID": "0f96d977-3a1b-497d-bebc-c943ecce3584",
"videoUUID": "d0ba6640-b3b0-40f8-99f6-2e29b2b2562d",
"videoURL": "https://vm.runware.ai/video/os/a07dlim3/ws/5/vi/d0ba6640-b3b0-40f8-99f6-2e29b2b2562d.mp4",
"seed": 758457675,
"cost": 0.08074209
}text-to-video
Sourdough Culture Archive Presenter$0.0807~33simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:2@2',
positivePrompt: 'Single continuous talking-head shot for a polished public-television food-science documentary. A middle-aged East Asian fermentation microbiologist stands in a working sourdough culture archive, framed in a landscape medium close-up from mid-torso upward. She wears a pale terracotta lab coat over a cream shirt and looks directly into the lens with warm, credible authority. Behind her are softly defocused aqua metal shelves holding orderly glass culture jars, white tile, and a glass-front temperature cabinet illuminated by clean morning daylight. She speaks naturally to camera throughout the clip, with clear conversational mouth movement, subtle eyebrow expression, two gentle nods, and one concise open-palm gesture toward the archive before returning her hand to rest. A small circulation fan turns slowly inside the cabinet, a trace of cool condensation drifts near its vent, and a laboratory assistant passes briefly as a soft blurred shape deep in the background. The camera performs a very slow, stable dolly-in while maintaining eye-level framing and sharp focus on her face. Optimistic editorial realism, tactile warm daylight, pale aqua, cream, and terracotta palette, natural skin texture, restrained documentary lighting, no captions, no logos, no readable labels, no cuts.',
width: 1248,
height: 704,
duration: 6
})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": "bytedance:2@2",
"positivePrompt": "Single continuous talking-head shot for a polished public-television food-science documentary. A middle-aged East Asian fermentation microbiologist stands in a working sourdough culture archive, framed in a landscape medium close-up from mid-torso upward. She wears a pale terracotta lab coat over a cream shirt and looks directly into the lens with warm, credible authority. Behind her are softly defocused aqua metal shelves holding orderly glass culture jars, white tile, and a glass-front temperature cabinet illuminated by clean morning daylight. She speaks naturally to camera throughout the clip, with clear conversational mouth movement, subtle eyebrow expression, two gentle nods, and one concise open-palm gesture toward the archive before returning her hand to rest. A small circulation fan turns slowly inside the cabinet, a trace of cool condensation drifts near its vent, and a laboratory assistant passes briefly as a soft blurred shape deep in the background. The camera performs a very slow, stable dolly-in while maintaining eye-level framing and sharp focus on her face. Optimistic editorial realism, tactile warm daylight, pale aqua, cream, and terracotta palette, natural skin texture, restrained documentary lighting, no captions, no logos, no readable labels, no cuts.",
"width": 1248,
"height": 704,
"duration": 6
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "videoInference",
"taskUUID": "cf2c9f47-abe3-4a49-9251-64b56b96c9af",
"model": "bytedance:2@2",
"positivePrompt": "Single continuous talking-head shot for a polished public-television food-science documentary. A middle-aged East Asian fermentation microbiologist stands in a working sourdough culture archive, framed in a landscape medium close-up from mid-torso upward. She wears a pale terracotta lab coat over a cream shirt and looks directly into the lens with warm, credible authority. Behind her are softly defocused aqua metal shelves holding orderly glass culture jars, white tile, and a glass-front temperature cabinet illuminated by clean morning daylight. She speaks naturally to camera throughout the clip, with clear conversational mouth movement, subtle eyebrow expression, two gentle nods, and one concise open-palm gesture toward the archive before returning her hand to rest. A small circulation fan turns slowly inside the cabinet, a trace of cool condensation drifts near its vent, and a laboratory assistant passes briefly as a soft blurred shape deep in the background. The camera performs a very slow, stable dolly-in while maintaining eye-level framing and sharp focus on her face. Optimistic editorial realism, tactile warm daylight, pale aqua, cream, and terracotta palette, natural skin texture, restrained documentary lighting, no captions, no logos, no readable labels, no cuts.",
"width": 1248,
"height": 704,
"duration": 6
}
]'runware run bytedance:2@2 \
positivePrompt="Single continuous talking-head shot for a polished public-television food-science documentary. A middle-aged East Asian fermentation microbiologist stands in a working sourdough culture archive, framed in a landscape medium close-up from mid-torso upward. She wears a pale terracotta lab coat over a cream shirt and looks directly into the lens with warm, credible authority. Behind her are softly defocused aqua metal shelves holding orderly glass culture jars, white tile, and a glass-front temperature cabinet illuminated by clean morning daylight. She speaks naturally to camera throughout the clip, with clear conversational mouth movement, subtle eyebrow expression, two gentle nods, and one concise open-palm gesture toward the archive before returning her hand to rest. A small circulation fan turns slowly inside the cabinet, a trace of cool condensation drifts near its vent, and a laboratory assistant passes briefly as a soft blurred shape deep in the background. The camera performs a very slow, stable dolly-in while maintaining eye-level framing and sharp focus on her face. Optimistic editorial realism, tactile warm daylight, pale aqua, cream, and terracotta palette, natural skin texture, restrained documentary lighting, no captions, no logos, no readable labels, no cuts." \
width=1248 \
height=704 \
duration=6{
"taskType": "videoInference",
"taskUUID": "cf2c9f47-abe3-4a49-9251-64b56b96c9af",
"model": "bytedance:2@2",
"positivePrompt": "Single continuous talking-head shot for a polished public-television food-science documentary. A middle-aged East Asian fermentation microbiologist stands in a working sourdough culture archive, framed in a landscape medium close-up from mid-torso upward. She wears a pale terracotta lab coat over a cream shirt and looks directly into the lens with warm, credible authority. Behind her are softly defocused aqua metal shelves holding orderly glass culture jars, white tile, and a glass-front temperature cabinet illuminated by clean morning daylight. She speaks naturally to camera throughout the clip, with clear conversational mouth movement, subtle eyebrow expression, two gentle nods, and one concise open-palm gesture toward the archive before returning her hand to rest. A small circulation fan turns slowly inside the cabinet, a trace of cool condensation drifts near its vent, and a laboratory assistant passes briefly as a soft blurred shape deep in the background. The camera performs a very slow, stable dolly-in while maintaining eye-level framing and sharp focus on her face. Optimistic editorial realism, tactile warm daylight, pale aqua, cream, and terracotta palette, natural skin texture, restrained documentary lighting, no captions, no logos, no readable labels, no cuts.",
"width": 1248,
"height": 704,
"duration": 6
}Response
{
"taskType": "videoInference",
"taskUUID": "cf2c9f47-abe3-4a49-9251-64b56b96c9af",
"videoUUID": "45ba12c2-97a4-4d17-abc5-a8490d7d80f8",
"videoURL": "https://vm.runware.ai/video/os/a07dlim3/ws/5/vi/45ba12c2-97a4-4d17-abc5-a8490d7d80f8.mp4",
"seed": 1723959916,
"cost": 0.08074209
}first-frame
Glassblowing Workshop Social Reel$0.16~1m 22simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:2@2',
positivePrompt: 'Continue naturally from the supplied first frame as a polished five-second vertical social reel for an artisan glassblowing workshop. The glassblower keeps both hands firmly on the same continuous blowpipe, smoothly rolls it across the bench rails, then lifts and turns it in one practiced, fluid motion. The glowing amber glass rotates consistently, stretching into a clean teardrop while remaining securely attached to the pipe. Their apron shifts with the movement; furnace flames breathe softly, heat shimmer ripples through the background, and a few tiny sparks rise and fade. Preserve the artist’s identity, clothing, anatomy, tool geometry and exact workshop layout. Emphasize skilled human performance, molten texture and controlled physical rhythm. Fixed locked-off camera, no pan, tilt, zoom or reframing. Strong vertical composition, realistic cinematic motion, furnace-orange highlights against indigo and cyan shadows, tactile documentary finish, no captions, logos or added text.',
resolution: '1080p',
duration: 5,
providerSettings: {
bytedance: {
cameraFixed: true
}
},
inputs: {
frameImages: [
{
frame: 'first',
image: 'https://assets.runware.ai/assets/inputs/967bc05f-866f-47a4-941c-bf3a6ba55d25.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": "bytedance:2@2",
"positivePrompt": "Continue naturally from the supplied first frame as a polished five-second vertical social reel for an artisan glassblowing workshop. The glassblower keeps both hands firmly on the same continuous blowpipe, smoothly rolls it across the bench rails, then lifts and turns it in one practiced, fluid motion. The glowing amber glass rotates consistently, stretching into a clean teardrop while remaining securely attached to the pipe. Their apron shifts with the movement; furnace flames breathe softly, heat shimmer ripples through the background, and a few tiny sparks rise and fade. Preserve the artist’s identity, clothing, anatomy, tool geometry and exact workshop layout. Emphasize skilled human performance, molten texture and controlled physical rhythm. Fixed locked-off camera, no pan, tilt, zoom or reframing. Strong vertical composition, realistic cinematic motion, furnace-orange highlights against indigo and cyan shadows, tactile documentary finish, no captions, logos or added text.",
"resolution": "1080p",
"duration": 5,
"providerSettings": {
"bytedance": {
"cameraFixed": True
}
},
"inputs": {
"frameImages": [
{
"frame": "first",
"image": "https://assets.runware.ai/assets/inputs/967bc05f-866f-47a4-941c-bf3a6ba55d25.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": "4e552146-bf77-40ab-ab53-5c6586052f51",
"model": "bytedance:2@2",
"positivePrompt": "Continue naturally from the supplied first frame as a polished five-second vertical social reel for an artisan glassblowing workshop. The glassblower keeps both hands firmly on the same continuous blowpipe, smoothly rolls it across the bench rails, then lifts and turns it in one practiced, fluid motion. The glowing amber glass rotates consistently, stretching into a clean teardrop while remaining securely attached to the pipe. Their apron shifts with the movement; furnace flames breathe softly, heat shimmer ripples through the background, and a few tiny sparks rise and fade. Preserve the artist’s identity, clothing, anatomy, tool geometry and exact workshop layout. Emphasize skilled human performance, molten texture and controlled physical rhythm. Fixed locked-off camera, no pan, tilt, zoom or reframing. Strong vertical composition, realistic cinematic motion, furnace-orange highlights against indigo and cyan shadows, tactile documentary finish, no captions, logos or added text.",
"resolution": "1080p",
"duration": 5,
"providerSettings": {
"bytedance": {
"cameraFixed": true
}
},
"inputs": {
"frameImages": [
{
"frame": "first",
"image": "https://assets.runware.ai/assets/inputs/967bc05f-866f-47a4-941c-bf3a6ba55d25.jpg"
}
]
}
}
]'runware run bytedance:2@2 \
positivePrompt="Continue naturally from the supplied first frame as a polished five-second vertical social reel for an artisan glassblowing workshop. The glassblower keeps both hands firmly on the same continuous blowpipe, smoothly rolls it across the bench rails, then lifts and turns it in one practiced, fluid motion. The glowing amber glass rotates consistently, stretching into a clean teardrop while remaining securely attached to the pipe. Their apron shifts with the movement; furnace flames breathe softly, heat shimmer ripples through the background, and a few tiny sparks rise and fade. Preserve the artist’s identity, clothing, anatomy, tool geometry and exact workshop layout. Emphasize skilled human performance, molten texture and controlled physical rhythm. Fixed locked-off camera, no pan, tilt, zoom or reframing. Strong vertical composition, realistic cinematic motion, furnace-orange highlights against indigo and cyan shadows, tactile documentary finish, no captions, logos or added text." \
resolution=1080p \
duration=5 \
providerSettings.bytedance.cameraFixed=true \
inputs.frameImages.0.frame=first \
inputs.frameImages.0.image=https://assets.runware.ai/assets/inputs/967bc05f-866f-47a4-941c-bf3a6ba55d25.jpg{
"taskType": "videoInference",
"taskUUID": "4e552146-bf77-40ab-ab53-5c6586052f51",
"model": "bytedance:2@2",
"positivePrompt": "Continue naturally from the supplied first frame as a polished five-second vertical social reel for an artisan glassblowing workshop. The glassblower keeps both hands firmly on the same continuous blowpipe, smoothly rolls it across the bench rails, then lifts and turns it in one practiced, fluid motion. The glowing amber glass rotates consistently, stretching into a clean teardrop while remaining securely attached to the pipe. Their apron shifts with the movement; furnace flames breathe softly, heat shimmer ripples through the background, and a few tiny sparks rise and fade. Preserve the artist’s identity, clothing, anatomy, tool geometry and exact workshop layout. Emphasize skilled human performance, molten texture and controlled physical rhythm. Fixed locked-off camera, no pan, tilt, zoom or reframing. Strong vertical composition, realistic cinematic motion, furnace-orange highlights against indigo and cyan shadows, tactile documentary finish, no captions, logos or added text.",
"resolution": "1080p",
"duration": 5,
"providerSettings": {
"bytedance": {
"cameraFixed": true
}
},
"inputs": {
"frameImages": [
{
"frame": "first",
"image": "https://assets.runware.ai/assets/inputs/967bc05f-866f-47a4-941c-bf3a6ba55d25.jpg"
}
]
}
}Response
{
"taskType": "videoInference",
"taskUUID": "4e552146-bf77-40ab-ab53-5c6586052f51",
"videoUUID": "a7db898b-4e64-4396-bc78-f30e8c06c324",
"videoURL": "https://vm.runware.ai/video/os/a10dlim3/ws/5/vi/a7db898b-4e64-4396-bc78-f30e8c06c324.mp4",
"seed": 1754858880,
"cost": 0.16019916
}first-frame
Tidal Sensor Network Logo Loop$0.16~41simport { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'bytedance:2@2',
positivePrompt: 'Continue naturally from the supplied first-frame TIDEMARK identity card as a polished five-second seamless logo loop. Keep the camera completely fixed and preserve the exact centered composition, navy background, logo geometry, wordmark spelling, typography, colors, proportions, and sharp vector finish. The small acid-lime indicator dot begins a smooth clockwise journey around the circular tide-gauge dial. As it passes each position, fine ice-blue calibration ticks brighten briefly and fade. The three horizontal wave lines inside the dial undulate with subtle, precisely synchronized tidal motion, sending one clean pulse from left to right. A faint soft-blue sonar halo expands once behind the symbol and dissolves without obscuring the wordmark. The motion should feel measured, scientific, reliable, and premium rather than playful. At the end, the indicator dot returns exactly to its starting position, the wave lines settle into their original shapes, and all illumination returns perfectly to the supplied first-frame state for an invisible loop. No camera movement, no perspective shift, no extra symbols, no particles, no text changes, no flicker, and no distortion.',
resolution: '1080p',
duration: 5,
providerSettings: {
bytedance: {
cameraFixed: true
}
},
inputs: {
frameImages: [
'https://assets.runware.ai/assets/inputs/ac45afbf-2525-4e14-a75d-1f6606005385.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": "bytedance:2@2",
"positivePrompt": "Continue naturally from the supplied first-frame TIDEMARK identity card as a polished five-second seamless logo loop. Keep the camera completely fixed and preserve the exact centered composition, navy background, logo geometry, wordmark spelling, typography, colors, proportions, and sharp vector finish. The small acid-lime indicator dot begins a smooth clockwise journey around the circular tide-gauge dial. As it passes each position, fine ice-blue calibration ticks brighten briefly and fade. The three horizontal wave lines inside the dial undulate with subtle, precisely synchronized tidal motion, sending one clean pulse from left to right. A faint soft-blue sonar halo expands once behind the symbol and dissolves without obscuring the wordmark. The motion should feel measured, scientific, reliable, and premium rather than playful. At the end, the indicator dot returns exactly to its starting position, the wave lines settle into their original shapes, and all illumination returns perfectly to the supplied first-frame state for an invisible loop. No camera movement, no perspective shift, no extra symbols, no particles, no text changes, no flicker, and no distortion.",
"resolution": "1080p",
"duration": 5,
"providerSettings": {
"bytedance": {
"cameraFixed": True
}
},
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/ac45afbf-2525-4e14-a75d-1f6606005385.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": "e1cf4f0a-8fbf-4633-89b5-a797c8076841",
"model": "bytedance:2@2",
"positivePrompt": "Continue naturally from the supplied first-frame TIDEMARK identity card as a polished five-second seamless logo loop. Keep the camera completely fixed and preserve the exact centered composition, navy background, logo geometry, wordmark spelling, typography, colors, proportions, and sharp vector finish. The small acid-lime indicator dot begins a smooth clockwise journey around the circular tide-gauge dial. As it passes each position, fine ice-blue calibration ticks brighten briefly and fade. The three horizontal wave lines inside the dial undulate with subtle, precisely synchronized tidal motion, sending one clean pulse from left to right. A faint soft-blue sonar halo expands once behind the symbol and dissolves without obscuring the wordmark. The motion should feel measured, scientific, reliable, and premium rather than playful. At the end, the indicator dot returns exactly to its starting position, the wave lines settle into their original shapes, and all illumination returns perfectly to the supplied first-frame state for an invisible loop. No camera movement, no perspective shift, no extra symbols, no particles, no text changes, no flicker, and no distortion.",
"resolution": "1080p",
"duration": 5,
"providerSettings": {
"bytedance": {
"cameraFixed": true
}
},
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/ac45afbf-2525-4e14-a75d-1f6606005385.jpg"
]
}
}
]'runware run bytedance:2@2 \
positivePrompt="Continue naturally from the supplied first-frame TIDEMARK identity card as a polished five-second seamless logo loop. Keep the camera completely fixed and preserve the exact centered composition, navy background, logo geometry, wordmark spelling, typography, colors, proportions, and sharp vector finish. The small acid-lime indicator dot begins a smooth clockwise journey around the circular tide-gauge dial. As it passes each position, fine ice-blue calibration ticks brighten briefly and fade. The three horizontal wave lines inside the dial undulate with subtle, precisely synchronized tidal motion, sending one clean pulse from left to right. A faint soft-blue sonar halo expands once behind the symbol and dissolves without obscuring the wordmark. The motion should feel measured, scientific, reliable, and premium rather than playful. At the end, the indicator dot returns exactly to its starting position, the wave lines settle into their original shapes, and all illumination returns perfectly to the supplied first-frame state for an invisible loop. No camera movement, no perspective shift, no extra symbols, no particles, no text changes, no flicker, and no distortion." \
resolution=1080p \
duration=5 \
providerSettings.bytedance.cameraFixed=true \
inputs.frameImages.0=https://assets.runware.ai/assets/inputs/ac45afbf-2525-4e14-a75d-1f6606005385.jpg{
"taskType": "videoInference",
"taskUUID": "e1cf4f0a-8fbf-4633-89b5-a797c8076841",
"model": "bytedance:2@2",
"positivePrompt": "Continue naturally from the supplied first-frame TIDEMARK identity card as a polished five-second seamless logo loop. Keep the camera completely fixed and preserve the exact centered composition, navy background, logo geometry, wordmark spelling, typography, colors, proportions, and sharp vector finish. The small acid-lime indicator dot begins a smooth clockwise journey around the circular tide-gauge dial. As it passes each position, fine ice-blue calibration ticks brighten briefly and fade. The three horizontal wave lines inside the dial undulate with subtle, precisely synchronized tidal motion, sending one clean pulse from left to right. A faint soft-blue sonar halo expands once behind the symbol and dissolves without obscuring the wordmark. The motion should feel measured, scientific, reliable, and premium rather than playful. At the end, the indicator dot returns exactly to its starting position, the wave lines settle into their original shapes, and all illumination returns perfectly to the supplied first-frame state for an invisible loop. No camera movement, no perspective shift, no extra symbols, no particles, no text changes, no flicker, and no distortion.",
"resolution": "1080p",
"duration": 5,
"providerSettings": {
"bytedance": {
"cameraFixed": true
}
},
"inputs": {
"frameImages": [
"https://assets.runware.ai/assets/inputs/ac45afbf-2525-4e14-a75d-1f6606005385.jpg"
]
}
}Response
{
"taskType": "videoInference",
"taskUUID": "e1cf4f0a-8fbf-4633-89b5-a797c8076841",
"videoUUID": "f90e80b9-8371-447b-bb58-ff1783531b58",
"videoURL": "https://vm.runware.ai/video/os/a09dlim3/ws/5/vi/f90e80b9-8371-447b-bb58-ff1783531b58.mp4",
"seed": 1863445538,
"cost": 0.16019916
}