cURL
curl --request POST \ --url https://hub.oxen.ai/api/ai/videos/generate \ --header 'Content-Type: application/json' \ --data ' { "model": "<string>", "prompt": "<string>", "aspect_ratio": "<string>", "duration": 123, "seed": 123 } '
{ "created": 123, "model": "<string>", "videos": [ { "url": "<string>" } ] }
Creates a video from a text prompt.
Video generation request
Text prompt describing the desired video
Duration in seconds
Generated videos
Show child attributes