Skip to main content
POST
/
sessions
/
{id}
/
rdp-detections
/
retry
Retry RDP PII analysis
curl --request POST \
  --url https://use.hoop.dev/api/sessions/{id}/rdp-detections/retry
{
  "analysis": {
    "attempt": 123,
    "finished_at": "<string>",
    "last_error": "<string>",
    "max_attempts": 123,
    "started_at": "<string>",
    "status": "<string>"
  },
  "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.

Path Parameters

id
string
required

Session ID

Response

OK

analysis
object
analysis_status
string

AnalysisStatus is preserved for backwards compatibility with older webapp builds; new code should read .Analysis.Status.

detections
object[]
total
integer