curl --request GET \
--url https://backend.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://backend.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
Analysis results retrieved successfully
Batch identifier for this analysis
Indicates if all analyses in the batch are completed
Total number of results returned
Array of tampering analysis results
Show child attributes
Internal analysis identifier
Current status of the analysis
new, inprogress, done, errored Reference ID associated with this ticket
SHA-256 hash of the image (only if completed)
Original filename of the ticket (only if completed)
All verdicts from different heuristics (only if completed)
Detailed results from each model (only if completed)
Show child attributes
Name of the model used
Whether the result is uncertain
Time taken for classification in seconds
Additional classification details
Coalition for Content Provenance and Authenticity information that certifies the source and history of media content. Contains manifests, validation results, and signature information. Null if the image doesn't contain C2PA metadata.
Show child attributes
Dictionary of C2PA manifests, keyed by manifest URN. Each manifest contains information about the content's creation and modification history.
Show child attributes
Show child attributes
URN identifier for this manifest
Human-readable title of the manifest
List of source materials used to create this content
Show child attributes
Type of ingredient
Name of the ingredient
File format of the ingredient
Relationship to the parent content (e.g., 'componentOf')
URN of the ingredient's active manifest
Validation results for this ingredient
XMP instance ID
Information about the cryptographic signature
Show child attributes
Signature algorithm used (e.g., 'Es256')
Certificate issuer
Common name from the certificate
Certificate serial number
URN of the currently active manifest
Overall validation state of the C2PA data
Valid, Invalid, Unknown Detailed validation results
Show child attributes
Show child attributes
Validation deltas for ingredients