Skip to main content
POST
/
v1
/
reports
/
threats
Generate threat report
curl --request POST \
  --url https://api.intrace.ai/v1/reports/threats \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "threat_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
'
{
  "report_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "<string>",
  "title": "<string>"
}

Request Body

{
  "threat_id": "4f5d1cc9-d4cc-49a1-a3fc-5ec93d674bc8"
}

Response

{
  "reportId": "0e72da56-a3c9-4445-bd74-7e9b0ac7c47c",
  "status": "completed",
  "title": "Threat Report"
}

Authorizations

X-API-Key
string
header
required

Body

application/json
threat_id
string<uuid>
required

Response

200 - application/json

Threat report generated.

report_id
string<uuid>
required
status
string
required
title
string
required