File Endpoint
Generate Video
Generates a video based on provided input, words, and configuration, then returns a URL to download the generated file.
POST
/
generate
Authorizations
x-api-key
string
headerrequiredBody
application/json
input
string
requiredIdentifier of the input file for generation.
words
object[]
requiredArray of words to be included in the generated file.
config
object
requiredResponse
200 - application/json
download_url
string
Direct URL to download the generated file.