curl --request GET \
--url https://api.identifai.net/api/v2/tampering/tickets/{batch_id} \
--header 'X-Api-Key: <api-key>'{
"identifier": "674a3c9b8e2d4f12b7c9a8d3",
"done": false,
"total_results": 2,
"results": [
{
"identifier": "674a3c9b8e2d4f12b7c9a8d4",
"ref_id": "TICKET-001",
"status": "done",
"hash": "862bb7de43b131a38b64753269d643443a21069a04ab66a56c9818956f590cb9",
"name": "ticket_001.jpg",
"verdict": {
"confidence": 1,
"classification": "tampered"
},
"verdicts": [
{
"heuristic": "heuristic_name_1",
"description": "Human readable description of the heuristic_name_1",
"classification": "tampered"
},
{
"heuristic": "heuristic_name_2",
"description": "Human readable description of the heuristic_name_2",
"classification": "tampered"
},
{
"heuristic": "heuristic_name_3",
"description": "Human readable description of the heuristic_name_3",
"classification": "tampered"
},
{
"heuristic": "heuristic_name_4",
"description": "Human readable description of the heuristic_name_4",
"classification": "authentic"
}
],
"results": [
{
"model": "Ellen",
"unknown": false,
"elapsed_time": 0.1473182961344719,
"classification": [
{
"label": "human",
"score": 0.15
},
{
"label": "artificial",
"score": 0.85
}
],
"classification_details": {
"confidence": 0.85,
"performance": [
{
"name": "classification",
"value": 0.1473182961344719
}
]
}
}
],
"c2pa": null
},
{
"identifier": "674a3c9b8e2d4f12b7c9a8d5",
"ref_id": "TICKET-002",
"status": "inprogress"
}
]
}Retrieve the tampering detection results for the given batch.
curl --request GET \
--url https://api.identifai.net/api/v2/tampering/tickets/{batch_id} \
--header 'X-Api-Key: <api-key>'{
"identifier": "674a3c9b8e2d4f12b7c9a8d3",
"done": false,
"total_results": 2,
"results": [
{
"identifier": "674a3c9b8e2d4f12b7c9a8d4",
"ref_id": "TICKET-001",
"status": "done",
"hash": "862bb7de43b131a38b64753269d643443a21069a04ab66a56c9818956f590cb9",
"name": "ticket_001.jpg",
"verdict": {
"confidence": 1,
"classification": "tampered"
},
"verdicts": [
{
"heuristic": "heuristic_name_1",
"description": "Human readable description of the heuristic_name_1",
"classification": "tampered"
},
{
"heuristic": "heuristic_name_2",
"description": "Human readable description of the heuristic_name_2",
"classification": "tampered"
},
{
"heuristic": "heuristic_name_3",
"description": "Human readable description of the heuristic_name_3",
"classification": "tampered"
},
{
"heuristic": "heuristic_name_4",
"description": "Human readable description of the heuristic_name_4",
"classification": "authentic"
}
],
"results": [
{
"model": "Ellen",
"unknown": false,
"elapsed_time": 0.1473182961344719,
"classification": [
{
"label": "human",
"score": 0.15
},
{
"label": "artificial",
"score": 0.85
}
],
"classification_details": {
"confidence": 0.85,
"performance": [
{
"name": "classification",
"value": 0.1473182961344719
}
]
}
}
],
"c2pa": null
},
{
"identifier": "674a3c9b8e2d4f12b7c9a8d5",
"ref_id": "TICKET-002",
"status": "inprogress"
}
]
}The batch identifier for which to retrieve tampering analysis results