---
title: "Create N videos"
method: POST
path: "/vids"
tags: ["Videos"]
---

# Create N videos

`POST /vids`

Create one or more new videos.

## Query parameters

- `wait` boolean — Wait for completion?
- `urgent` boolean — Enqueue at head of queue if True
- `strict` boolean — Use strict mode if True
- `lang` string — en|es|pt|fr|ru

## Request body

- CreateNVideos[]
  - `id` string, required
  - `src` string, nullable
  - `thumbnail_url` string, nullable
  - `preview_url` string, nullable
  - `img_src` string, nullable
  - `img_zoom` string, nullable
  - `date` string, nullable
  - `location` string, nullable
  - `city` string, nullable
  - `country` string, nullable
  - `event` string, nullable
  - `author` string, nullable
  - `provider` string, nullable
  - `keywords` string[], nullable
  - `categories` string[], nullable
  - `collections` string[], nullable
  - `title` string, nullable
  - `headline` string, nullable
  - `description` string, nullable
  - `alt_text` string, nullable
  - `status` string, nullable
  - `medium` string, nullable
  - `ai_generated` boolean, nullable
  - `model_release` boolean, nullable
  - `property_release` boolean, nullable
  - `nsfw` boolean, nullable
  - `container` string, nullable
  - `codec_video` string, nullable
  - `codec_audio` string, nullable
  - `height` integer, nullable
  - `width` integer, nullable
  - `aspect_ratio` number, nullable
  - `fps` number, nullable
  - `duration_secs` number, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `201` — videos successfully created
- `202` — videos creation accepted
- `422` — Validation Error

---

[API](https://skmtc.net/wesog/apis/wesog-api.md) · [All operations](https://skmtc.net/wesog/apis/wesog-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wesog/wesog-api/versions/97381dd1ff4c/schema)
