tencent cloud

APIs

CreateAiFissionTask

Download
Modo Foco
Tamanho da Fonte
Última atualização: 2026-08-12 19:13:48

1. API Description

Domain name for API request: mps.intl.tencentcloudapi.com.

Create an ai video fission task

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: CreateAiFissionTask.
Version Yes String Common Params. The value used for this API: 2019-06-12.
Region No String Common Params. This parameter is not required for this API.
Input Yes AiFissionInput

ai video fission input information

CosInfo No VideoDramaCosInfo

User cos information

TaskInfo No FissionTaskInfo

ai video fission task info

3. Output Parameters

Parameter Name Type Description
TaskId String

Task ID.

RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Creating a video fission task

Create video fission: display task

Input Example

POST / HTTP/1.1
Host: mps.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateAiFissionTask
<Common request parameters>

{
    "Input": {
        "ImageUrls": [
            "https://aigc-live-1303333058.cos.ap-guangzhou.myqcloud.com/2600016453-AigcImage-f5f12febe6c44a909e614ceb2ba5c027_0.jpg"
        ],
Fashion versatile clothing, slim fit, skin-friendly comfortable breathable fabric, exquisite craftsmanship and fine details
    },
    "CosInfo": {
        "CosBucketRegion": "",
        "CosBucketName": "",
        "CosBucketPath": ""
    },
    "TaskInfo": {
        "Duration": 15,
        "ModelTier": "flagship",
        "Ratio": "9:16",
        "Resolution": "1080p",
        "Market": "china",
        "Language": "chinese",
        "VideoType": "display",
        "SplitCount": 1
    }
}

Output Example

{
    "Response": {
        "TaskId": "24000048-AigcScenario-5bb4bbc1c0214685213aac29b01c1155",
        "RequestId": "820528c1-4423-4f7e-b387-7e8960878493"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
InvalidParameter.ViolationContent Review blocklist for user-submitted input.

Ajuda e Suporte

Esta página foi útil?

comentários