---
title: "Create By Talking Photo"
method: POST
path: "/api/open/v3/content/video/createbytalkingphoto"
tags: ["Talking Photo"]
---

# Create By Talking Photo

`POST /api/open/v3/content/video/createbytalkingphoto`

Create animated video from photo and audio

## Request body

- CreateTalkingPhotoRequest
  - `talking_photo_url` string, required — Resource address of the talking picture
  - `audio_url` string, required — Resource address of the talking audio
  - `prompt` string — Prompt words for controlling gestures and movements
  - `resolution` '720p' | '1080p' — Output video resolution. Supported values: 720p, 1080p. Default: 720p
  - `webhookUrl` string — Callback url address based on HTTP request

## Response `200`

Video creation request submitted successfully

- object
  - `code` integer, required — Interface returns business status code (1000: success)
  - `msg` string, required — Interface returns status information
  - `data` TalkingPhotoResult
    - `_id` string — Video model ID for checking status
    - `video_status` 1 | 2 | 3 | 4 — Current status of video: 1=queueing, 2=processing, 3=completed, 4=failed
    - `video` string — The URL of generated video (available when video_status = 3)
    - `talking_photo` string — The talking photo image URL
    - `prompt` string — The prompt words used
    - `resolution` string — The output video resolution
    - `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)
