cURL
curl --request GET \ --url https://api.deepxl.ai/v1/analysis \ --header 'x-api-key: <api-key>'
{ "totalCount": 123, "count": 123, "data": [ { "analysisId": 123, "fileName": "<string>", "size": 123, "mediaType": "<string>", "fileType": "<string>", "model": "<string>", "likelihood": 123, "reasoning": [ "<string>" ], "timestamp": "<string>", "responseTime": 123, "fraudIQ": 123, "classification": "<string>", "heatmapBase64": "<string>" } ] }
API key created in the dashboard
Successful Response
Show child attributes
Was this page helpful?