Authenticity Verification: get task
GET/api/technology/experimental/authenticity-verification/:task_id
Experimental feature
Please note that Authenticity Verification is an experimental feature.
It is under development and may change in the future.
Retrieve the result of an Authenticity Verification task.
Request
Responses
- 200
- 400
- 404
- 405
Result response of Authenticity Verification task.
The response body contains task info in the task field. Depending on the task processing outcome, either result or error field is populated.
The result schema contains multiple results, one for each verification operation. If any of the operations is not requested, the corresponding field is null.
Request payload data was invalid and could not be parsed.
The requested task does not exist.
The provided task_id may be wrong or the task may have expired already.
Invalid HTTP method.