cURL
curl --request GET \ --url https://api.deepxl.ai/v1/analysis \ --header 'Authorization: Bearer <token>'
{ "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>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
Was this page helpful?