# Auto-Post a Vertical Clip as a YouTube Short

**Use case:** 

Got a vertical clip? Push it live as a public YouTube Short with the #shorts tag and topic hashtags, plus a title, tags, and category.

## Input

```json
{
  "method": "api",
  "demoMode": false,
  "videoUrl": "https://my-cdn.example.com/shorts/cat-fail-vertical.mp4",
  "title": "When the cat misjudges the jump",
  "description": "Caught the exact moment it went wrong.",
  "tags": [
    "shorts",
    "cat",
    "fail"
  ],
  "hashtags": [
    "shorts",
    "cats",
    "funny"
  ],
  "privacyStatus": "public",
  "madeForKids": false,
  "categoryId": "24",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "ok": {
    "label": "Ok"
  },
  "videoId": {
    "label": "Video id"
  },
  "watchUrl": {
    "label": "Watch url"
  },
  "title": {
    "label": "Title"
  },
  "privacyStatus": {
    "label": "Privacy status"
  },
  "scheduledFor": {
    "label": "Scheduled for"
  }
}
```

## About this Actor

This example demonstrates how to use [YouTube Video Uploader](https://apify.com/dami_studio/youtube-video-uploader) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dami_studio/youtube-video-uploader) to learn more, explore other use cases, and run it yourself.