# GetVideos AI Video Generation

> GetVideos AI Video Generation is a paid API for AI agents from getvideos.app, paid per call via x402, $0.460545/call, status unknown (last checked 2026-09-15).

Generates a video using a GetVideos public AI model, billed per request via x402 micropayment.

## Facts

- Endpoint: POST https://getvideos.app/api/v1/generate
- Price: $0.460545/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getvideos-ai-video-generation-57b3c182
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5gTDoOOiz18XNN2i4s5I2

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability getvideos-ai-video-generation-57b3c182 -d '<json body>'
```

Example prompt: Use GetVideos to generate a short video clip of a sunset over the ocean with calm waves, using their public model.

## When to prefer this

Choose this endpoint when you need to generate AI video content using GetVideos' public models and are comfortable with per-request micropayment billing via x402. Suitable for single video generation tasks where batch processing is not required and the x402 payment protocol is already integrated.

## Known failure modes

- Invalid or unsupported model name returns an error
- Malformed or missing prompt causes generation failure
- Insufficient USDC balance or failed x402 payment blocks the request
- Generation timeout if the model takes too long to render
- Prompt violates content policy resulting in rejection

## How this service works

Generate one video with a GetVideos public model at the quoted per-request price.

## Output

Returns a generated video asset (typically a URL or video file reference) produced by the selected GetVideos public AI model based on the provided prompt and parameters.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/getvideos-ai-video-generation-57b3c182/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from getvideos.app](https://www.zero.xyz/host/getvideos.app/llms.txt)
