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

# vidjutsu overlay

> Burn text overlay onto video

Burns text onto a video with configurable position, font size, and stroke. Counts toward the daily `overlay` limit (50/day).

```bash theme={null}
vidjutsu overlay --videoUrl https://cdn.vidjutsu.ai/video.mp4 --text "Check this out"
```

```json theme={null}
{
  "id": "ovl_...",
  "resultUrl": "https://cdn.vidjutsu.ai/..."
}
```

### Options

| Flag                | Description                   |
| ------------------- | ----------------------------- |
| `--videoUrl`        | Source video URL (required)   |
| `--text`            | Overlay text (required)       |
| `--position`        | `top`, `center`, or `bottom`  |
| `--fontSize`        | Font size in pixels           |
| `--strokeThickness` | Text outline thickness (0-10) |
