v1

latestOpenAPI 3.1.02026-07-2611077199.5 KB

Extend and expand the generated audio, Note: This endpoint can only be used after the previous task is completed successfully

post/producer/v1/extend

Request body

jobIdstring required

Job ID of the previous task. Note: The previous task must be in completed status to continue the video

index'0-3' required

Select which video to continue from <br/>Choose one from the four videos in the previous task<br/>0 represents the first video, 1 represents the second, etc.

manualstring

Motion intensity. low - Low motion, high - High motion

animateMode'auto' | 'manual'

Animation mode

bs'1' | '2' | '4'

Number of videos to generate in batch

hookUrlstring

Callback notification URL. When task completes or fails, this URL will be notified. <a href="fetch" target="_self">Notification data structure</a> is consistent with fetch structure. If not set, you need to request the <a href="fetch" target="_self">fetch interface</a> for query

Response

Request successful

statusstring required
messagestring required
dataobject required

Example response

{
  "status": "SUCCESS",
  "message": "success",
  "data": {
    "jobId": "jobId"
  }
}