Result Obtaining Interface Specification

1. Parameter specification

  • Request URL:

Get it from the Console - Service Configuration

  • Interface description

The interface is used to obtain the results of video detection which include screenshot evidence, prohibited content and its classification.

  • HTTP Request Header:
Header Value Description
Content-Type application/json;charset=UTF-8 Request body type
Accept application/json;charset=UTF-8 Accepted return type
X-AppId The only identifier of the project or application.
X-TimeStamp UTC Timestamp of the request, which needs to be normalized in accordance with W3C standards, for example: 2010-01-31T23:59:59Z. (http://www.w3.org/TR/xmlschema-2/#dateTime)
Authorization Signature authentication
  • Request method:POST

  • Request body JSON object:

Parameter Necessity Type Description
taskId Required String The taskId to which we return after calling successfully the video submission interface.
  • Example of request body: JSON response

    JSON response

      {
      "taskId": "f67fee0890de4c118d4f672b7c8ee304"
      }
    
  • Request signature:

Signature authentication