Result Obtaining Interface Specification
Update:
1. Parameter specification
- Request URL:
https://vsafe.ilivedata.com/api/v1/livevideo/check/result
- Interface description:
The interface is used to obtain the results of live video detection, which include screenshot evidence, prohibited content and its classification. Having got the result with taskId, we won’t return to the statistics obtained before, when we call the database next time.
- HTTP Request Headers:
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
The UTC timestamp of the request. Timestamps need to be formatted according to 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
{
"taskId": "f67fee0890de4c118d4f672b7c8ee304"
}
-
Request signature:
1. Parameter specification
- Request URL:
https://vsafe.ilivedata.com/api/v1/livevideo/check/result
- Interface description:
The interface is used to obtain the results of live video detection, which include screenshot evidence, prohibited content and its classification. Having got the result with taskId, we won’t return to the statistics obtained before, when we call the database next time.
- HTTP Request Headers:
| 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 | The UTC timestamp of the request. Timestamps need to be formatted according to 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
{ "taskId": "f67fee0890de4c118d4f672b7c8ee304" } -
Request signature: