curl --request GET \
--url https://use.hoop.dev/api/sessions/{session_id}/rdp-detections{
"analysis_status": "<string>",
"detections": [
{
"entity_type": "<string>",
"frame_index": 123,
"height": 123,
"score": 123,
"timestamp": 123,
"width": 123,
"x": 123,
"y": 123
}
],
"total": 123
}Returns PII entity detections with screen-space coordinates for an RDP session recording
curl --request GET \
--url https://use.hoop.dev/api/sessions/{session_id}/rdp-detections{
"analysis_status": "<string>",
"detections": [
{
"entity_type": "<string>",
"frame_index": 123,
"height": 123,
"score": 123,
"timestamp": 123,
"width": 123,
"x": 123,
"y": 123
}
],
"total": 123
}Documentation Index
Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?