Skip to main content
POST
  1. Submit the request with VIDGO_API_KEY. A task_id is returned immediately. Keep it until the task reaches finished or failed.
  2. Use Query Task Status to retrieve the result. If you provide a callback_url, Vidgo sends the result to your webhook when the task finishes or fails.

FLUX 3 Keyframes to Video

Build video sequences around chosen image keyframes with FLUX 3, controlling where visual references appear along the timeline.

Available Models

  • blackforestlabs/flux-3/keyframes-to-video - Guide a video sequence with images placed at specific frame indices.

Duration Options

  • 5-20 seconds - Set duration as an integer. Default: 5 seconds.

Key Features

  • Guide a video sequence with images placed at specific frame indices.
  • Choose from 720p, 1080p output resolutions.
  • Control audio generation with sound; it defaults to true.

Advanced Parameters

Set model and optional callback_url at the request root. Place the parameters below inside input. Send only the input fields supported by this workflow. Unsupported input fields are rejected before credits are deducted. Input URLs must use HTTP(S), include a hostname, and contain no embedded credentials.

Prompt

  • prompt: Required. Describe the scene and desired motion.
  • The prompt must not be blank when supplied.

Keyframes

  • keyframes is required and accepts 1-10 objects.
  • Each object requires a publicly accessible image_url and an integer frame_index.
  • Frame indices must be unique and range from 0 to duration * 24, inclusive.

Resolution

  • resolution: 720p, 1080p. Default: 720p.

Aspect Ratio

  • aspect_ratio: auto, 21:9, 2:1, 16:9, 4:3, 1:1, 3:4, 9:16. Default: auto.

Audio

  • sound: Set to true to enable generated audio, or false to disable it. Default: true.

Pricing

Pricing depends on the selected model and applicable output settings. Check the Vidgo dashboard for the current rate. Credits are deducted on submission and refunded if the task fails.

Authorizations

Authorization
string
header
required

Use VIDGO_API_KEY.

Body

application/json

Keep model and callback_url at the root. Unknown root fields are ignored; unsupported input fields are rejected.

model
enum<string>
required

Vidgo public model ID. Must be blackforestlabs/flux-3/keyframes-to-video.

Available options:
blackforestlabs/flux-3/keyframes-to-video
Example:

"blackforestlabs/flux-3/keyframes-to-video"

input
object
required
callback_url
string | null

Optional public HTTP(S) endpoint for task completion notifications. HTTPS is recommended. Omit, use null, or use an empty string to disable callbacks.

Response

Task submitted

code
enum<integer>
required
Available options:
200
data
object
required