AI Video Generator

AI Video Generator

AI Generate Video

post
Authorizations
X-API-KeystringRequired
Body
audio_urlstring · uriRequired

Audio file URL

bg_video_urlstring · uriRequired

Background video URL

templatestringRequired

Template name (e.g., temp_1)

Responses
200

Returns job ID and status

application/json
post
/generate-video
200

Returns job ID and status

AI Generate Video from Image

post
Authorizations
X-API-KeystringRequired
Body
frame_rateintegerOptional

Frames per second

image_urlstring · uriRequired

Image URL

lengthintegerOptional

Video length in seconds

webhook_urlstring · uriOptional

Webhook to receive result

zoom_speedintegerOptional

Zoom speed for animation

Responses
200

Returns job ID and status

application/json
post
/image-to-video/generate
200

Returns job ID and status

Check Image-to-Video Job Status

get
Authorizations
X-API-KeystringRequired
Path parameters
job_idstringRequired

Job ID from image-to-video generation

Responses
200

Returns job status and result

application/json
get
/image-to-video/status/{job_id}
200

Returns job status and result

Get Video Generation Status

get
Authorizations
X-API-KeystringRequired
Path parameters
job_idstringRequired

Job ID of the generated video

Responses
200

Status of the video job

application/json
get
/status/{job_id}
200

Status of the video job

Last updated