cURL
curl --request GET \ --url https://api.deepxl.ai/v1/detection \ --header 'x-api-key: <api-key>'
{ "totalCount": 42, "count": 1, "data": [ { "detectionId": 123, "mediaType": "image", "fileType": "jpeg", "fileName": "document.jpg", "fileSize": 231433, "model": "document", "likelihood": 15.5, "fraudSeverity": "low", "reasoning": [ "Document structure appears authentic", "No manipulation detected" ], "modelResults": { "technicalChecks": [ { "type": "DOCUMENT_STRUCTURE", "status": "PASS", "details": "Document structure is consistent" } ] }, "classification": "authentic", "timestamp": 1725795600, "timestampISO": "2024-09-08T10:00:00.000000", "tags": [ { "name": "customerId", "value": "9999" }, { "name": "customerName", "value": "Acme Corp" }, { "name": "documentId", "value": "DOC-2024-001" }, { "name": "companyName", "value": "DeepXL" }, { "name": "companyId", "value": "COMP-001" } ], "files": [ { "category": "original_file", "fileName": "document.jpg", "fileSize": 231433, "contentType": "image/jpeg", "timestamp": 1725795600, "timestampISO": "2024-09-08T10:00:00.000000", "url": "https://api.deepxl.ai/v1/files/fd_123_document.jpg" } ] } ] }
Get a paginated list of fraud detection records for the organization. Supports sorting, pagination, and tag filtering.
API key created in the dashboard
1 <= x <= 100
x >= 0
0 <= x <= 100
0 <= x <= 2147483647
Fraud detection history retrieved successfully
Total number of records matching the query
Number of records returned in this page
List of fraud detection records
Show child attributes
Was this page helpful?