Provides feedback on the results of a media fingerprint analysis job.

Usage notes

You can call this operation to provide feedback only on the results of failed media fingerprint analysis jobs.

QPS limit

You can call this operation up to 100 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation. For more information, see QPS limit.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

Parameter Type Required Example Description
Action String Yes ReportFpShotJobResult

The operation that you want to perform. Set the value to ReportFpShotJobResult.

JobId String Yes 88c6ca184c0e47098a5b665e2a12****

The ID of the media fingerprint analysis job on which you want to provide feedback. To view the job ID, log on to the MPS console, click Tasks in the left-side navigation pane, and then click the Video DNA tab on the Tasks page.

Result String Yes example result ****

The results of the media fingerprint analysis job. You can obtain the results of the media fingerprint analysis job from the response parameters of the QueryFpShotJobList operation.

Details String No example details ****

The details of the job results. You can obtain the details from the response parameters of the QueryFpShotJobList operation.

Response parameters

Parameter Type Example Description
RequestId String 25818875-5F78-4A13-BEF6-D7393642CA58

The ID of the request.

JobId String 88c6ca184c0e47098a5b665e2a12****

The ID of the media fingerprint analysis job on which you provide feedback. We recommend that you keep this ID for subsequent operation calls.

Examples

Sample requests

http(s)://mts.cn-shanghai.aliyuncs.com/?Action=ReportFpShotJobResult
&JobId=88c6ca184c0e47098a5b665e2a12****
&Result=example result ****
&Details=example details ****
&<Common request parameters>

Sample success responses

XML format

HTTP/1.1 200 OK
Content-Type:application/xml

<ReportFpShotJobResultResponse>
    <RequestId>25818875-5F78-4A13-BEF6-D7393642CA58</RequestId>
    <JobId>88c6ca184c0e47098a5b665e2a12****</JobId>
</ReportFpShotJobResultResponse>

JSON format

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "25818875-5F78-4A13-BEF6-D7393642CA58",
  "JobId" : "88c6ca184c0e47098a5b665e2a12****"
}

Error codes

For a list of error codes, visit the API Error Center.