Create Video Job

post/v1/video/create

Request body

modelstring nullable

The model to use for the video generation

include_sourcesboolean nullable

Whether to gather data from the web to help with the video script

search_forstring nullable

The query to search the web for

source_countinteger nullable

The number of sources to gather from the web

lengthinteger nullable

The number of paragraphs to generate for the video script

scriptstring nullable

The script to use for the video, with sections delimited by '-----'

upload_to_s3boolean nullable

Whether to upload the video to S3

titlestring nullable

The title of the video, if you want to provide one

webhook_urlstring nullable

The Webhook URL to send the video completion response to

exclude_watermarkboolean nullable

Whether to exclude the watermark from the video

Response

Successful Response

successboolean required
messagestring nullable
video_idstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.