Generate video from text without source media
Create an asynchronous video task from a text prompt, with optional driving audio for compatible models. The selected model must support every explicit control.
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" | "happyhorse-1.1-t2v" | "wan2.7-t2v" | "seedance-2" | "seedance-2-fast" | "seedance-2-mini"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 output short-edge tier. Omit to use the selected model's declared default; unsupported tiers are rejected rather than coerced.
seedSeedenhance_promptEnhance PromptAsk the selected model to improve the prompt before generation.
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.
promptRequired description of the video to generate without source image or video media.
1Maximum length: 7000audioAudioOptional driving audio for models that support audio-conditioned generation.
Header Parameters
X-Request-IdstringOptional client request id echoed in the response.
Idempotency-Key1Maximum length: 128AuthorizationBearer API key.
Task accepted