v1

latestOpenAPI 3.0.32026-07-26214565.6 KB
Talking Photo

Get Video Info Result

Retrieve talking photo video results by ID

get/api/open/v3/content/video/infobymodelid

Query parameters

video_model_idstring required

Video db id from the _id field returned by Create By Talking Photo API

Response

Video information retrieved successfully

codeinteger required

Interface returns business status code (1000: success)

msgstring required

Interface returns status information

Example response

{
  "code": 1000,
  "msg": "OK",
  "data": {
    "_id": "64dd92c1f0b6684651e90e09",
    "video_status": 2,
    "audio_splits": {
      "original_srt_url": "https://d3323c6w59hl44.cloudfront.net/algorithm/video_translate/260401/default/xd4mtd1sk8h0.srt",
      "translated_srt_url": "https://d3323c6w59hl44.cloudfront.net/algorithm/video_translate/260401/default/e893u0r1nim1.srt",
      "no_caption_video_url": "https://d3323c6w59hl44.cloudfront.net/algorithm/video_translate/260401/default/zr9eyq8rpla4.mp4"
    }
  }
}