Skip to main content
GET
Get Video Info Result

Important Notes

  • Use the _id field from the Create By Talking Photo API response as the video_model_id parameter
  • Poll this endpoint periodically to check the video generation status
  • When video_status is 3 (Success), the video field will contain the URL of the generated video
  • Generated videos are valid for 7 days, download and save them promptly

Video Status

Authorizations

x-api-key
string
header
required

Your API Key used for request authorization. If both Authorization and x-api-key have values, Authorization will be used first and x-api-key will be discarded.

Query Parameters

video_model_id
string
required

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

Response

200 - application/json

Video information retrieved successfully

code
integer
required

Interface returns business status code (1000: success)

Example:

1000

msg
string
required

Interface returns status information

Example:

"OK"

data
object