Parameter | Type | Required | Description |
VideoUrl | String | Yes | URL of a trending reference video. |
Product.Images | Array of String | Yes | Product image URLs. Up to 9 images can be uploaded. |
Product.Name | String | No | Product name. |
Product.Description | String | No | Product selling point description. |
Parameter | Type | Required | Description |
AIGCParam.Duration | Integer | No | Video duration in seconds. Valid values: 4 to 15. |
AIGCParam.AspectRatio | String | No | Aspect ratio: 16:9 / 4:3 / 1:1 / 3:4 / 9:16 / 21:9 / adaptive. |
AIGCParam.Resolution | String | No | Resolution: 720p (default) / 1080p / 2k / 4k. |
AIGCParam.ModelTier | String | No | Model Parameter flagship (default): Premium edition. standard: Standard edition. |
Parameter | Type | Required | Description |
ContentParam.UserPrompt | String | No | Custom prompt, an additional requirement for the generated video. |
ContentParam.Language | String | No | Spoken language of the generated video. Options: zh (Chinese) / en (English) / ja (Japanese) / ko (Korean) / es (Spanish) / pt (Portuguese) / instrumental (pure music without voiceover). |
ContentParam.Market | String | No | Target market of the generated video, which affects localization style. Options: north_america (North America) / europe (Europe) / china (China) / japan (Japan) / korea (South Korea) / sea (Southeast Asia) / brazil (Brazil). |
ContentParam.FissionLevel | String | No | Controls the replication degree of the generated video relative to the reference video: exact (default, 1:1 replication) stays close to the original, while high allows the greatest creative interpretation. Options: exact / low / medium / high. |
Parameter | Type | Required | Description |
Persona.Gender | String | No | Model gender. Optional values: male/female/any. |
Persona.Age | String | No | Age group. Optional values: teenager/youth/middle_aged/senior. |
Persona.Ethnicity | String | No | Appearance. Optional values: caucasian/asian/latino/african/middle_eastern. |
Persona.BodyType | String | No | Body type. Optional values: slim/standard/athletic/chubby. |
{"VideoUrl": "https://cg-1234567.cos.ap-guangzhou.myqcloud.com/video.mp4", // Replace it with your reference video."Product": {"Images": ["https://cg-1234567.cos.ap-guangzhou.myqcloud.com/pic1.png", // Replace it with your reference product image. You can upload up to 9 images."https://cg-1234567.cos.ap-guangzhou.myqcloud.com/pic2.png","https://cg-1234567.cos.ap-guangzhou.myqcloud.com/pic3.png"],"Name": "Ice Silk White Dress", // Product name"Description": "Cool ice silk fabric, quick-drying and breathable, available in multiple colors" // Product description},"AIGCParam": {"Duration": 10, // Duration of the generated video in seconds. Valid values range from 4 to 15."AspectRatio": "9:16", // Aspect ratio of the generated video."Resolution": "720p", // Resolution of the generated video."ModelTier": "flagship" // Model parameter},"ContentParam": {"UserPrompt": "Show the product in a sunny park scene", // Custom prompt that specifies additional requirements for the generated video."Language": "zh", // Target language of the generated video."Market": "China", // Target market"FissionLevel": "exact" // Fission level},"Persona": { // Specifies the model image for the generated video."Gender": "female", // Model gender"Age": "youth", // Model age"Ethnicity": "asian", // Model ethnicity"BodyType": "standard" // Model body type}}
TaskId) is returned, for example: 24000191-ViralClone-92e56dab-2a5b-4537-b49f-xxxxxxxxxd4903f. To obtain the task result, call the DescribeCloneViralTask API and provide the task ID.{"Response": {"Status": "DONE","VideoUrls": [ // Generated video URLs. These URLs are temporary addresses. Download or transfer them to your own storage space promptly after obtaining them."https://laurie-tmp-1234567.cos.ap-nanjing.myqcloud.com/viral_clone/20260720/24000191-ViralClone-92e56dab-2a5b-4537-b49f-xxxxxxd4903f/clip.mp4"],"RequestId": "74aeda83-63cc-4404-9f10-e43e841d242c"}}
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários