asyncVideoGeneration
Generate video from audio
Generate a video driven by an audio track. Supply dialogue, music, or ambient sound and the model produces visuals synchronized to the audio. Optionally condition on a reference image for visual direction, a last frame for interpolation, and camera motion. Output frame rate defaults to 24 fps; its length is set by the audio.
Responds immediately with the job id and created_at timestamp. Poll GET /v2/audio-to-video/{id} until the status is completed, then download from result.video_url.
Billed per second of input audio. See Pricing.
post/v2/audio-to-video
Headers
Authorizationstring required
API key authentication
Request body
Response
Job submitted successfully