Generate video toward a strict last frame
Create an asynchronous video task constrained by a required last frame and an optional first frame. Use image-to-video when only the opening frame must be fixed.
Request Body
application/jsonRequiredmetadataMetadataCaller-supplied metadata; ≤16 keys, key ≤64 chars, value ≤512 chars
callback_urlCallback UrlHTTPS URL Beatra will POST the final Task envelope to when the Task reaches a terminal state
callback_signing_key_idCallback Signing Key IdOptional standalone callback signing key. Omit for unsigned callback delivery; requires callback_url when provided.
modelModelUse auto for request-dependent selection from the ordered live candidates. A concrete model is evaluated exactly as requested and is never substituted.
"auto"Value in: "auto" | "minimax-h3" | "wan3.0-video" | "wan3.0-video-prime" | "wan2.7-i2v" | "seedance-2" | "seedance-2-fast" | "seedance-2-mini" | "seedance-2.5"negative_promptNegative PromptContent or qualities to avoid when supported by the selected model.
durationDurationRequested output duration as integer seconds, or 'auto' when the selected model may choose its documented duration. Omit to use the selected model default.
aspect_ratioAspect RatioExplicit output ratio when the selected model accepts it. Omit for a declared model default, source-derived ratio, or fixed model behavior.
resolutionResolutionRequested model-defined output resolution tier. Omit to use the selected model's declared default; unsupported tiers are rejected rather than coerced.
seedSeedenhance_promptEnhance PromptAsk the selected model to rewrite the prompt before generation. Omit or use null to keep the prompt exactly as written.
watermarkWatermarkWhether generated video should include the model watermark.
generate_audioGenerate AudioWhether the selected model should generate synchronized audio.
web_searchWeb SearchWhether the selected model may use web search during generation.
return_last_frameReturn Last FrameWhether to return the generated video's last frame as an image artifact.
output_formatOutput FormatOptional output container. Omit or use mp4 for the existing default; models that advertise mov can return MOV without transcoding.
promptPromptOptional instructions for the motion ending at the required last frame.
first_frameFirst FrameOptional image that must be the video's first frame. Omit it for a last-frame-only request when the selected model advertises that input combination.
last_frameRequired image that must be the video's last frame.
driving_audioDriving AudioOptional driving audio. Supplying it requires a model that supports this control.
Header Parameters
X-Request-IdstringOptional client request id echoed in the response.
Idempotency-Key1Maximum length: 128AuthorizationBearer API key.
Task accepted