---
title: "Get Video Info Result"
method: GET
path: "/api/open/v3/content/video/infobymodelid"
tags: ["Talking Photo"]
---

# Get Video Info Result

`GET /api/open/v3/content/video/infobymodelid`

Retrieve talking photo video results by ID

## Query parameters

- `video_model_id` string, required

## Response `200`

Video information retrieved successfully

- object
  - `code` integer, required — Interface returns business status code (1000: success)
  - `msg` string, required — Interface returns status information
  - `data` VideoInfoResult
    - `_id` string — Video model ID
    - `video_status` 1 | 2 | 3 | 4 — Current status of video: 1=queueing, 2=processing, 3=completed, 4=failed
    - `video` string — Generated video resource URL (available when video_status = 3)
    - `audio_splits` AudioSplits — Split output assets generated during video translation
      - `original_srt_url` string — Source-language subtitle file URL
      - `translated_srt_url` string — Translated subtitle file URL
      - `no_caption_video_url` string — Video URL without burned-in subtitles
    - `video_id` string — Video identifier
    - `create_time` integer — Creation timestamp
    - `uid` integer — User ID
    - `type` integer — Type identifier
    - `from` integer — Source identifier
    - `video_lock_duration` number — Video lock duration
    - `deduction_lock_duration` integer — Deduction lock duration
    - `external_video` string — External video URL
    - `faceswap_quality` integer — Quality setting
    - `storage_loc` integer — Storage location

---

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