Our Video Generation API creates videos based on text prompts. These text prompts have a character limit of 250, and the model produces one video per prompt. Each generated video is two seconds long and has a frame rate of 8 frames per second (16 frames total). The response contains a link to the generated video.

A sample JSON response is shown below:

"response":{
    "output":[
     {
        "videos":[
           {
              "url":"https://hive-data-prod-cdn.thehive.ai/video_generation1234"
           }
        ]
     }
    ]
}