tencent cloud

文档反馈

DescribeTranscodeSearch

最后更新时间:2023-12-07 10:46:36

    1. API Description

    Domain name for API request: tiw.tencentcloudapi.com.

    This API is used to query transcoding tasks by document name.

    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: DescribeTranscodeSearch.
    Version Yes String Common Params. The value used for this API: 2019-09-19.
    Region Yes String Common Params. For more information, please see the list of regions supported by the product.

    3. Output Parameters

    Parameter Name Type Description
    TranscodeTaskSet Array of TranscodeTaskSearchResult The set of queried transcoding tasks.
    TotalCount Integer Number of transcoding tasks.
    RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

    4. Example

    Example1 Success.

    Input Example

    https://tiw.tencentcloudapi.com/?Action=DescribeTranscodeSearch
    &Offset=0
    &Limit=1
    &Keyword=Pinyin
    &<Common request parameters>
    

    Output Example

    {
        "Response": {
            "TranscodeTaskSet": [
                {
                    "CreateTime": "2020-08-21T16:05:36+08:00",
                    "Status": "FINISHED",
                    "TaskId": "ggdb2vjdnc3lp0k0ovsb",
                    "OriginalFilename": "Pinyin.pptx",
                    "SdkAppId": 1400127140,
                    "IsStatic": false,
                    "Result": {
                        "ResultUrl": "https://whiteboard-cam-test-1257307760.cos.ap-nanjing.myqcloud.com/doc/ggdb2vjdnc3lp0k0ovsb_tiw/h5/index.html",
                        "Resolution": "960x540",
                        "Title": "Pinyin.pptx",
                        "Pages": 20,
                        "ThumbnailUrl": "",
                        "ThumbnailResolution": "",
                        "CompressFileUrl": "",
                        "ErrorCode": 0,
                        "ErrorMsg": "ppt convert sucess!"
                    }
                }
            ],
            "TotalCount": 1340,
            "RequestId": "bc309eaa-6d64-11e8-a7fe-5254000b4175"
        }
    }
    

    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
    AuthFailure
    FailedOperation Operation failed.
    InvalidParameter A parameter error occurred.
    InvalidParameter.SdkAppIdNotFound The SdkAppId does not exist or is invalid.
    ResourceUnavailable.NotRegistered TIW is not enabled.
    ResourceUnavailable.ServiceExpired The account is in arrears or the TIW service has expired.
    UnauthorizedOperation Unauthorized operation.
    UnauthorizedOperation.SdkAppId The SdkAppId does not exist or does not match the current Tencent Cloud account.