---
title: "VideoGenerationsJobs"
method: POST
path: "/v1/video/generations/jobs"
tags: ["relay"]
---

# VideoGenerationsJobs

`POST /v1/video/generations/jobs`

VideoGenerationsJobs

## Headers

- `Aiproxy-Channel` string

## Request body

- ModelVideoGenerationJobRequest
  - `height` integer
  - `model` string
  - `n_seconds` integer
  - `n_variants` integer
  - `prompt` string
  - `seconds` integer
  - `size` string
  - `width` integer

## Response `200`

OK

- ModelVideoGenerationJob
  - `created_at` integer
  - `expires_at` integer
  - `finish_reason` string
  - `finished_at` integer
  - `generations` ModelVideoGenerations[]
    - `created_at` integer
    - `height` integer
    - `id` string
    - `job_id` string
    - `n_seconds` integer
    - `object` string
    - `prompt` string
    - `width` integer
  - `height` integer
  - `id` string
  - `model` string
  - `n_seconds` integer
  - `n_variants` integer
  - `object` string
  - `prompt` string
  - `status` 'queued' | 'processing' | 'running' | 'succeeded'
  - `width` integer

---

[API](https://skmtc.net/labring/apis/ai-proxy-swagger-api.md) · [All operations](https://skmtc.net/labring/apis/ai-proxy-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labring/ai-proxy-swagger-api/versions/e471487f2a2f/schema)
