---
title: "Получить состояние генерации видео"
method: POST
path: "/llm/get-video"
tags: ["ИИ-модели"]
---

# Получить состояние генерации видео

`POST /llm/get-video`

Возвращает локальное состояние video-задачи. До завершения генерации `url` и `full_cost` равны `null`.

## Headers

- `X-Lang` 'ru' | 'kk' | 'en' | 'es'

## Request body

- LLMVideoLookupRequest
  - `id` string, required

## Response `200`

Состояние video-задачи

- LLMVideoResponse
  - `url` string, uri, nullable, required
  - `status` string, required
  - `full_cost` string, required — Стоимость генерации с учетом комиссии

## Other responses

- `400` — Неправильный запрос
- `401` — Пользователь не авторизован
- `403` — Доступ запрещен
- `404` — Объект не найден
- `429` — Превышен лимит на количество запросов
- `500` — Внутренняя ошибка сервера
- `503` — Сервис недоступен или отключен

## Changes

- **2026-08-05** `c22dfa568481` — 3 info
  - added the required property `full_cost` to the response with the `200` status
  - added the required property `status` to the response with the `200` status
  - added the required property `url` to the response with the `200` status
- **2026-08-03** `31c30b79e5b7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smartofood/apis/smartofood-admin-api/changes/llm/get-video/post.md)

---

[API](https://skmtc.dev/smartofood/apis/smartofood-admin-api.md) · [All operations](https://skmtc.dev/smartofood/apis/smartofood-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smartofood/smartofood-admin-api/revisions/c22dfa568481/schema)
