GET https://app.resemble.ai/api/v2/intelligences/{uuid}
Retrieve a single intelligence report by its UUID.
uuid
$curl 'https://app.resemble.ai/api/v2/intelligences/abc123' \> -H 'Authorization: Bearer YOUR_API_TOKEN'
1{2 "success": true,3 "item": {4 "uuid": "abc123...",5 "description": "Analysis content...",6 "created_at": "2025-12-10T15:31:00.000Z",7 "detect_uuid": "def456...",8 "media_type": "audio"9 }10}
description
created_at
detect_uuid
media_type
audio
video
image
1{2 "success": false,3 "item": null,4 "message": "Not found"5}