> ## Documentation Index
> Fetch the complete documentation index at: https://omnicron.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Video Generation

> Learn how to generation Quality Videos using AI model

<Card title="Video Generation" icon="video">
  Create stunning and high-quality videos with the **[anotherjesse/zeroscope-v2-xl](https://replicate.com/anotherjesse/zeroscope-v2-xl)** powered by [Replicate](https://replicate.com).
  <Note>Only one model for video generation has been provided. Running this model might be quite expensive. Check replicate for more details</Note>
</Card>

### How to use

Navigate to the endpoint `api/v1/replicate/videogeneration`.

```sh curl theme={null}
curl -X POST http://localhost:9000/api/v1/replicate/videogeneration?model=anotherjesse/zeroscope-v2-xl \
  -H "Authorization: Bearer MY_API_KEY" \
  -H "Content-Type: multipart/form-data" \
  -f prompt: "A serene landscape with a sunset over rolling hills, transitioning to a night sky full of stars."
```

<Info>For details about the parameters, visit the [video generation reference page](/api-reference/endpoint/videogeneration).</Info>
