v1

latestOpenAPI 3.0.32026-07-26451985.7 KB

text-to-video

Generate videos from textual descriptions for applications like content creation, entertainment, and education

post/models/v2/ali-vilab/text-to-video-ms-1.7b

Request body

textstring required

The input text

Example request

{
  "text": "A cat playing with a rose"
}

Response

Successful text-to-video response.

errorstring nullable required

Null on success; otherwise an error message.

outputstring required

Successful response with the generated video link

Example response

{
  "output": "https://api.bytez.com/video/1234567890"
}